Class: Aws::STS::Types::InvalidIdentityTokenException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::STS::Types::InvalidIdentityTokenException
 
- Defined in:
- gems/aws-sdk-core/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
Instance Attribute Details
#message ⇒ String
| 1586 1587 1588 1589 1590 | # File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1586 class InvalidIdentityTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |