Class: Aws::States::Types::StateMachineLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::StateMachineLimitExceeded
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
The maximum number of state machines has been reached. Existing state machines must be deleted before a new state machine can be created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3795 3796 3797 3798 3799 |
# File 'lib/aws-sdk-states/types.rb', line 3795 class StateMachineLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |