Module Values.AliasExistsExceptionSource

This exception is thrown when a user tries to confirm the account with an email address or phone number that has already been supplied as an alias for a different user profile. This exception indicates that an account with this email address or phone already exists in a user pool that you've configured to use email address or phone number as a sign-in alias.

Sourcetype nonrec t = {
  1. message : MessageType.t option;
    (*

    The message that Amazon Cognito sends to the user when the value of an alias attribute is already linked to another user profile.

    *)
}
Sourceval make : ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MessageType.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t