Class: Aws::CognitoIdentityProvider::Types::DuplicateProviderException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DuplicateProviderException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when the provider is already supported by the user pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4389 4390 4391 4392 4393 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4389 class DuplicateProviderException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |