Class UserNameAlreadyExistsException
Exception thrown when attempting to create a user account with a username that already exists in the system.
Implements
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Exceptions
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public class UserNameAlreadyExistsException : BusinessException, ISerializable
Constructors
| Edit this page View SourceUserNameAlreadyExistsException()
Initializes a new instance of the UserNameAlreadyExistsException class with a predefined error code.
Declaration
public UserNameAlreadyExistsException()