Learn R Programming

paws.customer.engagement (version 0.1.12)

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.

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

Usage

ses_get_account_sending_enabled()

Arguments

Value

A list with the following syntax:

list(
  Enabled = TRUE|FALSE
)

Examples

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

Run the code above in your browser using DataLab