Class: Aws::CognitoIdentityProvider::Types::RefreshTokenReuseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::RefreshTokenReuseException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is throw when your application requests token refresh with a refresh token that has been invalidated by refresh-token rotation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9065 9066 9067 9068 9069 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9065 class RefreshTokenReuseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |