@Generated(value="software.amazon.awssdk:codegen") public final class UpdateInProgressException extends EcsException implements ToCopyableBuilder<UpdateInProgressException.Builder,UpdateInProgressException>
There is already a current Amazon ECS container agent update in progress on the specified container instance. If the
container agent becomes disconnected while it is 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.
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateInProgressException.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateInProgressException.Builder |
builder() |
static Class<? extends UpdateInProgressException.Builder> |
serializableBuilderClass() |
UpdateInProgressException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public UpdateInProgressException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<UpdateInProgressException.Builder,UpdateInProgressException>
toBuilder
in class EcsException
public static UpdateInProgressException.Builder builder()
public static Class<? extends UpdateInProgressException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.