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)


3955
3956
3957
3958
3959
# File 'lib/aws-sdk-states/types.rb', line 3955

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