class Aws::Errors::MissingContentLength
def initialize(*args)
def initialize(*args) msg = 'Required `Content-Length` value missing for the request.' super(msg) end
def initialize(*args) msg = 'Required `Content-Length` value missing for the request.' super(msg) end