Module Values.FromEmailAddressNotVerifiedExceptionSource

Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.

Sourcetype nonrec t = {
  1. fromEmailAddress : FromAddress.t option;
    (*

    Indicates that the from email address associated with the custom verification email template is not verified.

    *)
}
Sourceval make : ?fromEmailAddress:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FromAddress.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