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 code; "NoSuchKey"; end

def code; "NoSuchKey"; end

def initialize(req, resp)

def initialize(req, resp)
  super(req, resp, "No Such Key")
end