Class: Aws::States::Errors::ExecutionNotRedrivable

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ExecutionNotRedrivable.

Parameters:



175
176
177
# File 'gems/aws-sdk-states/lib/aws-sdk-states/errors.rb', line 175

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

Instance Method Details

#messageString

Returns:

  • (String)


180
181
182
# File 'gems/aws-sdk-states/lib/aws-sdk-states/errors.rb', line 180

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