Learn R Programming

paws.customer.engagement (version 0.1.12)

ses_get_send_quota: Provides the sending limits for the Amazon SES account

Description

Provides the sending limits for the Amazon SES account.

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

Usage

ses_get_send_quota()

Arguments

Value

A list with the following syntax:

list(
  Max24HourSend = 123.0,
  MaxSendRate = 123.0,
  SentLast24Hours = 123.0
)

Examples

Run this code
if (FALSE) {
# The following example returns the Amazon SES sending limits for an AWS
# account:
svc$get_send_quota()
}

Run the code above in your browser using DataLab