Class: Aws::CognitoIdentityProvider::Types::UsernameExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UsernameExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when Amazon Cognito encounters a user name that already exists in the user pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned when Amazon Cognito throws a user name exists exception.
Instance Attribute Details
#message ⇒ String
The message returned when Amazon Cognito throws a user name exists exception.
13329 13330 13331 13332 13333 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13329 class UsernameExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |