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
8644 8645 8646 8647 8648 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8644 class UnsupportedIdentityProviderException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |