Class: Aws::States::Types::StateMachineLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::StateMachineLimitExceeded
- Defined in:
- gems/aws-sdk-states/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
3899 3900 3901 3902 3903 |
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3899 class StateMachineLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |