class AWS::S3::Errors::NotModified

def initialize(req, resp)

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