class AWS::S3::Errors::NoSuchKey

client error.
the HTTP response. The interface is the same as for any other
This error is special, because S3 does not return a body with

def initialize(req, resp, code = nil, message = nil)

def initialize(req, resp, code = nil, message = nil)
  super(req, resp, "NoSuchKey", "No Such Key")
end