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
      3796 3797 3798 3799 3800  | 
    
      # File 'lib/aws-sdk-states/types.rb', line 3796 class StateMachineLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |