Values.SendCustomVerificationEmailResponseSourceThe following element is returned by the service.
type nonrec t = {messageId : OutboundMessageId.t option;The unique message identifier returned from the SendCustomVerificationEmail operation.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `LimitExceededException of LimitExceededException.t| `MailFromDomainNotVerifiedException of MailFromDomainNotVerifiedException.t| `MessageRejected of MessageRejected.t| `NotFoundException of NotFoundException.t| `SendingPausedException of SendingPausedException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of unit
| `LimitExceededException of unit
| `MailFromDomainNotVerifiedException of unit
| `MessageRejected of unit
| `NotFoundException of unit
| `SendingPausedException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of unit
| `LimitExceededException of unit
| `MailFromDomainNotVerifiedException of unit
| `MessageRejected of unit
| `NotFoundException of unit
| `SendingPausedException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]