Smaws_Client_SES.SendBounceGenerates and sends a bounce message to the sender of an email you received through Amazon SES. You can only use this operation on an email up to 24 hours after you receive it.
You cannot use this operation to send generic bounces for mail that was not received by Amazon SES.
For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `MessageRejected of Types.message_rejected ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.send_bounce_request ->
(Types.send_bounce_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `MessageRejected of Types.message_rejected ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.send_bounce_request ->
(Types.send_bounce_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `MessageRejected of Types.message_rejected ]
* Smaws_Lib.Response.metadata)
Stdlib.result