Class: Aws::States::Errors::StateMachineDeleting

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) ⇒ StateMachineDeleting

Returns a new instance of StateMachineDeleting.

Parameters:



359
360
361
# File 'lib/aws-sdk-states/errors.rb', line 359

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

Instance Method Details

#messageString

Returns:

  • (String)


364
365
366
# File 'lib/aws-sdk-states/errors.rb', line 364

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