Class ExecutionLimitExceededException

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

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

The maximum number of running executions has been reached. Running executions must end or be stopped before a new execution can be started.

See Also: