paws.customer.engagement (version 0.1.0)

ses_get_account_sending_enabled: Returns the email sending status of the Amazon SES account for the current region

Description

Returns the email sending status of the Amazon SES account for the current region.

Usage

ses_get_account_sending_enabled()

Arguments

Details

You can execute this operation no more than once per second.

Examples

Run this code
# NOT RUN {
# The following example returns if sending status for an account is
# enabled. (true / false):
# }
# NOT RUN {
svc$get_account_sending_enabled()
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace