Learn R Programming

paws.customer.engagement (version 0.1.12)

ses_delete_configuration_set: Deletes a configuration set

Description

Deletes a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

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

Usage

ses_delete_configuration_set(ConfigurationSetName)

Value

An empty list.

Arguments

ConfigurationSetName

[required] The name of the configuration set to delete.

Request syntax

svc$delete_configuration_set(
  ConfigurationSetName = "string"
)