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

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

#messageString

Returns:

  • (String)


3204
3205
3206
3207
3208
# File 'lib/aws-sdk-states/types.rb', line 3204

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