Class: Aws::STS::Types::InvalidIdentityTokenException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sts/types.rb

Overview

The web identity token that was passed could not be validated by Amazon Web Services. Get a new identity token from the identity provider and then retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Method Summary

Methods included from Aws::Structure

#empty?, included, #initialize, #key?, new, #to_h, #to_s

Instance Attribute Details

#messageString

Returns:

  • (String)


1444
1445
1446
1447
1448
# File 'lib/aws-sdk-sts/types.rb', line 1444

class InvalidIdentityTokenException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end