Class UpdateInProgressException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<UpdateInProgressException.Builder,UpdateInProgressException>

@Generated("software.amazon.awssdk:codegen") public final class UpdateInProgressException extends EcsException implements ToCopyableBuilder<UpdateInProgressException.Builder,UpdateInProgressException>

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.

See Also: