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
10415 10416 10417 10418 10419 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10415 class UnsupportedTokenTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |