PinpointEmail.Client.
put_configuration_set_reputation_options
(**kwargs)¶Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific AWS Region.
See also: AWS API Documentation
Request Syntax
response = client.put_configuration_set_reputation_options(
ConfigurationSetName='string',
ReputationMetricsEnabled=True|False
)
[REQUIRED]
The name of the configuration set that you want to enable or disable reputation metric tracking for.
true
, tracking of reputation metrics is enabled for the configuration set. If false
, tracking of reputation metrics is disabled for the configuration set.dict
Response Syntax
{}
Response Structure
(dict) --
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Exceptions
PinpointEmail.Client.exceptions.NotFoundException
PinpointEmail.Client.exceptions.TooManyRequestsException
PinpointEmail.Client.exceptions.BadRequestException