Class: Aws::S3Control::Errors::NotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::S3Control::Errors::NotFoundException
- Defined in:
- lib/aws-sdk-s3control/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
constructor
A new instance of NotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
Returns a new instance of NotFoundException.
179 180 181 |
# File 'lib/aws-sdk-s3control/errors.rb', line 179 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
184 185 186 |
# File 'lib/aws-sdk-s3control/errors.rb', line 184 def @message || @data[:message] end |