Class: Aws::States::Types::ExecutionLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ExecutionLimitExceeded
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
The maximum number of running executions has been reached. Running executions must end or be stopped before a new execution can be started.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
968 969 970 971 972 |
# File 'lib/aws-sdk-states/types.rb', line 968 class ExecutionLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |