Values.SendBulkEmailResponseSourceThe following data is returned in JSON format by the service.
type nonrec t = {bulkEmailEntryResults : BulkEmailEntryResultList.t option;One object per intended recipient. Check each response object and retry any messages with a failure status.
*)}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 ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ])
list ]
list ])
list ]