Values.BounceSourceInformation about a Bounce event.
type nonrec t = {bounceType : BounceType.t option;The type of the bounce, as determined by SES. Can be one of UNDETERMINED, TRANSIENT, or PERMANENT
*)bounceSubType : BounceSubType.t option;The subtype of the bounce, as determined by SES.
*)diagnosticCode : DiagnosticCode.t option;The status code issued by the reporting Message Transfer Authority (MTA). This field only appears if a delivery status notification (DSN) was attached to the bounce and the Diagnostic-Code was provided in the DSN.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of BounceSubType.t ]) list ]