Class: Aws::CognitoIdentityProvider::Types::UnsupportedTokenTypeException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::UnsupportedTokenTypeException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
Exception that is thrown when an unsupported token is passed to an operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      10745 10746 10747 10748 10749  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10745 class UnsupportedTokenTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |