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

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
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:

  • (defaults to: Aws::EmptyStructure.new)


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:



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

def message: () -> ::String