Module Values.CreateDeliverabilityTestReportResponseSource

Information about the predictive inbox placement test that you created.

Sourcetype nonrec t = {
  1. reportId : ReportId.t option;
    (*

    A unique string that identifies the predictive inbox placement test.

    *)
  2. deliverabilityTestStatus : DeliverabilityTestStatus.t option;
    (*

    The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test.

    *)
}
Sourcetype nonrec error = [
  1. | `AccountSuspendedException of AccountSuspendedException.t
  2. | `BadRequestException of BadRequestException.t
  3. | `ConcurrentModificationException of ConcurrentModificationException.t
  4. | `LimitExceededException of LimitExceededException.t
  5. | `MailFromDomainNotVerifiedException of MailFromDomainNotVerifiedException.t
  6. | `MessageRejected of MessageRejected.t
  7. | `NotFoundException of NotFoundException.t
  8. | `SendingPausedException of SendingPausedException.t
  9. | `TooManyRequestsException of TooManyRequestsException.t
  10. | `Unknown_operation_error of string * string option
]
Sourceval make : ?reportId:??? -> ?deliverabilityTestStatus:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccountSuspendedException of unit | `BadRequestException of unit | `ConcurrentModificationException 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 ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccountSuspendedException of unit | `BadRequestException of unit | `ConcurrentModificationException 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ReportId.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