class AWS::S3::Errors::NotModified

The interface is the same as for any other client error.
according to RFC 2616) return a body with the HTTP response.
This error is special, because S3 does not (and must not

def initialize(req, resp)

def initialize(req, resp)
  super(req, resp, "NotModified", "Not Modified")
end