Class: Aws::States::Types::StateMachineTypeNotSupported

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

State machine type is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4179
4180
4181
4182
4183
# File 'lib/aws-sdk-states/types.rb', line 4179

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