Class: Aws::States::Errors::StateMachineTypeNotSupported

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-states/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StateMachineTypeNotSupported

Returns a new instance of StateMachineTypeNotSupported.

Parameters:



505
506
507
# File 'lib/aws-sdk-states/errors.rb', line 505

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


510
511
512
# File 'lib/aws-sdk-states/errors.rb', line 510

def message
  @message || @data[:message]
end