Class: Aws::ImportExport::Errors::CanceledJobIdException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CanceledJobIdException.

Parameters:



77
78
79
# File 'lib/aws-sdk-importexport/errors.rb', line 77

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

Instance Method Details

#messageString

Returns:

  • (String)


82
83
84
# File 'lib/aws-sdk-importexport/errors.rb', line 82

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