create_configuration_set
(**kwargs)¶Creates 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.
See also: AWS API Documentation
Request Syntax
response = client.create_configuration_set(
ConfigurationSet={
'Name': 'string'
}
)
[REQUIRED]
A data structure that contains the name of the configuration set.
The name of the configuration set. The name must meet the following requirements:
{}
Response Structure
An empty element returned on a successful request.
Exceptions
SES.Client.exceptions.ConfigurationSetAlreadyExistsException
SES.Client.exceptions.InvalidConfigurationSetException
SES.Client.exceptions.LimitExceededException