Class DurableExecutionAlreadyStartedException

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

@Generated("software.amazon.awssdk:codegen") public final class DurableExecutionAlreadyStartedException extends LambdaException implements ToCopyableBuilder<DurableExecutionAlreadyStartedException.Builder,DurableExecutionAlreadyStartedException>

The durable execution with the specified name has already been started. Each durable execution name must be unique within the function. Use a different name or check the status of the existing execution.

See Also: