@Generated(value="software.amazon.awssdk:codegen") public final class ExecutionAlreadyExistsException extends SfnException implements ToCopyableBuilder<ExecutionAlreadyExistsException.Builder,ExecutionAlreadyExistsException>
The execution has the same name as another execution (but a different input).
Executions with the same name and input are considered idempotent.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecutionAlreadyExistsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionAlreadyExistsException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecutionAlreadyExistsException.Builder> |
serializableBuilderClass() |
ExecutionAlreadyExistsException.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 ExecutionAlreadyExistsException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecutionAlreadyExistsException.Builder,ExecutionAlreadyExistsException>toBuilder in class SfnExceptionpublic static ExecutionAlreadyExistsException.Builder builder()
public static Class<? extends ExecutionAlreadyExistsException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.