class Aws::Sigv4::Errors::MissingCredentialsError
def initialize(msg = nil)
def initialize(msg = nil) super(msg || <<-MSG.strip) credentials, provide credentials with one of the following options: ess_key_id and :secret_access_key dentials dentials_provider MSG end