Class: Aws::S3::Errors::NoSuchKey
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::S3::Errors::NoSuchKey
- Defined in:
- lib/aws-sdk-s3/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchKey
constructor
A new instance of NoSuchKey.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchKey
Returns a new instance of NoSuchKey.
77 78 79 |
# File 'lib/aws-sdk-s3/errors.rb', line 77 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |