Class: Aws::States::Types::StateMachineLimitExceeded

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3594
3595
3596
3597
3598
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3594

class StateMachineLimitExceeded < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end