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
8507 8508 8509 8510 8511 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8507 class UnsupportedTokenTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |