Class: Aws::STS::Types::ExpiredTradeInTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::ExpiredTradeInTokenException
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sts/types.rb
Overview
The trade-in token provided in the request has expired and can no longer be exchanged for credentials. Request a new token and retry the operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1156 1157 1158 1159 1160 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1156 class ExpiredTradeInTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |