Class: Aws::CognitoIdentityProvider::Types::UnsupportedTokenTypeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UnsupportedTokenTypeException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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
10632 10633 10634 10635 10636 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10632 class UnsupportedTokenTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |