class Aws::AssumeRoleWebIdentityCredentials

def _token_from_file(path)

def _token_from_file(path)
  unless path && File.exist?(path)
    raise Aws::Errors::MissingWebIdentityTokenFile.new
  end
  File.read(path)
end