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
9097 9098 9099 9100 9101 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9097 class RefreshTokenReuseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |