Class: Aws::CognitoIdentityProvider::Types::UnsupportedIdentityProviderException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UnsupportedIdentityProviderException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when the specified identifier isn’t supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10604 10605 10606 10607 10608 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10604 class UnsupportedIdentityProviderException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |