Class: Aws::ECS::Types::UpdateInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::UpdateInProgressException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
There's already a current Amazon ECS container agent update in
progress on the container instance that's specified. If the container
agent becomes disconnected while it's in a transitional stage, such
as PENDING or STAGING, the update process can get stuck in that
state. However, when the agent reconnects, it resumes where it stopped
previously.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message that describes the cause of the exception.
Instance Attribute Details
#message ⇒ String
Message that describes the cause of the exception.
18324 18325 18326 18327 18328 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 18324 class UpdateInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |