class Aws::Errors::MissingContentLength

enabled but request payload size/length cannot be calculated
Raised when a ‘streaming` operation has `requiresLength` trait

def initialize(*args)

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