Class: Aws::States::Types::ExecutionLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::ExecutionLimitExceeded
- Defined in:
- gems/aws-sdk-states/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
1477 1478 1479 1480 1481 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 1477 class ExecutionLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |