Class: Aws::ImportExport::Errors::NoSuchBucketException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ImportExport::Errors::NoSuchBucketException
- Defined in:
- lib/aws-sdk-importexport/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchBucketException
constructor
A new instance of NoSuchBucketException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchBucketException
Returns a new instance of NoSuchBucketException.
317 318 319 |
# File 'lib/aws-sdk-importexport/errors.rb', line 317 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
322 323 324 |
# File 'lib/aws-sdk-importexport/errors.rb', line 322 def @message || @data[:message] end |