Class: Aws::S3::Errors::NoSuchKey

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-s3/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchKey

Returns a new instance of NoSuchKey.

Parameters:

  • context (Seahorse::Client::RequestContext)
  • message (String)
  • data (Aws::S3::Types::NoSuchKey) (defaults to: Aws::EmptyStructure.new)


100
101
102
# File 'lib/aws-sdk-s3/errors.rb', line 100

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