Values.SendEmailResponseSourceA unique message ID that you receive when Amazon Pinpoint accepts an email for sending.
type nonrec t = {messageId : OutboundMessageId.t option;A unique identifier for the message that is generated when Amazon Pinpoint accepts the message. It is possible for Amazon Pinpoint to accept a message without sending it. This can happen when the message you're trying to send has an attachment doesn't pass a virus check, or when you send a templated email that contains invalid personalization content, for example.
*)}type nonrec error = [ | `AccountSuspendedException of AccountSuspendedException.t| `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 ->
[> `AccountSuspendedException of unit
| `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 ->
[> `AccountSuspendedException of unit
| `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 ]