Smaws_Client_SES.DeleteReceiptRuleSetDeletes the specified receipt rule set and all of the receipt rules it contains.
The currently active rule set cannot be deleted.
For information about managing receipt rule sets, 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
| `CannotDeleteException of Types.cannot_delete_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_receipt_rule_set_request ->
(Types.delete_receipt_rule_set_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CannotDeleteException of Types.cannot_delete_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_receipt_rule_set_request ->
(Types.delete_receipt_rule_set_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CannotDeleteException of Types.cannot_delete_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result