Class: Aws::ImportExport::Errors::NoSuchBucketException

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

Returns a new instance of NoSuchBucketException.

Parameters:



317
318
319
# File 'lib/aws-sdk-importexport/errors.rb', line 317

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

Instance Method Details

#messageString

Returns:

  • (String)


322
323
324
# File 'lib/aws-sdk-importexport/errors.rb', line 322

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