@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateInProgressException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateInProgressException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateInProgressException.Builder> |
serializableBuilderClass() |
UpdateInProgressException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic UpdateInProgressException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateInProgressException.Builder,UpdateInProgressException>toBuilder in class EcsExceptionpublic static UpdateInProgressException.Builder builder()
public static Class<? extends UpdateInProgressException.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.