class Aws::Errors::MissingCredentialsError

set, or the set credentials are empty.
Raised when a client is constructed and credentials are not

def initialize(*args)

def initialize(*args)
  msg = 'unable to sign request without credentials set'
  super(msg)
end