Class: Aws::STS::Types::ExpiredTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::ExpiredTokenException
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sts/types.rb
Overview
The web identity token that was passed is expired or is not valid. 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
1141 1142 1143 1144 1145 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1141 class ExpiredTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |