@Generated(value="software.amazon.awssdk:codegen") public final class DuplicatedStopRequestException extends CodePipelineException implements ToCopyableBuilder<DuplicatedStopRequestException.Builder,DuplicatedStopRequestException>
The pipeline execution is already in a Stopping state. If you already chose to stop and wait, you cannot
make that request again. You can choose to stop and abandon now, but be aware that this option can lead to failed
tasks or out of sequence tasks. If you already chose to stop and abandon, you cannot make that request again.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DuplicatedStopRequestException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DuplicatedStopRequestException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DuplicatedStopRequestException.Builder> |
serializableBuilderClass() |
DuplicatedStopRequestException.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 DuplicatedStopRequestException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DuplicatedStopRequestException.Builder,DuplicatedStopRequestException>toBuilder in class CodePipelineExceptionpublic static DuplicatedStopRequestException.Builder builder()
public static Class<? extends DuplicatedStopRequestException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.