Serializable
, ToCopyableBuilder<UpdateInProgressException.Builder,UpdateInProgressException>
@Generated("software.amazon.awssdk:codegen") public 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 | Description |
---|---|---|
static interface |
UpdateInProgressException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static UpdateInProgressException.Builder |
builder() |
|
static Class<? extends UpdateInProgressException.Builder> |
serializableBuilderClass() |
|
UpdateInProgressException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UpdateInProgressException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateInProgressException.Builder,UpdateInProgressException>
public static UpdateInProgressException.Builder builder()
public static Class<? extends UpdateInProgressException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.