Class: Aws::CognitoIdentityProvider::Types::UsernameExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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

Instance Attribute Details

#messageString

The message returned when Amazon Cognito throws a user name exists exception.

Returns:

  • (String)


10680
10681
10682
10683
10684
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10680

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