Class: Aws::ImportExport::Errors::MissingManifestFieldException

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

Returns a new instance of MissingManifestFieldException.

Parameters:



272
273
274
# File 'lib/aws-sdk-importexport/errors.rb', line 272

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

Instance Method Details

#messageString

Returns:

  • (String)


277
278
279
# File 'lib/aws-sdk-importexport/errors.rb', line 277

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