Class: Aws::CognitoIdentityProvider::Types::UnsupportedTokenTypeException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


8387
8388
8389
8390
8391
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8387

class UnsupportedTokenTypeException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end