Class ExecutionAlreadyExistsException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ExecutionAlreadyExistsException.Builder,ExecutionAlreadyExistsException>

@Generated("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.

See Also: