SESV2 / Client / put_account_pricing_attributes
put_account_pricing_attributes¶
- SESV2.Client.put_account_pricing_attributes(**kwargs)¶
Set the pricing plan for your Amazon SES account. Use this operation to choose a billing plan that packages multiple Amazon SES features at a single rate.
See also: AWS API Documentation
Request Syntax
response = client.put_account_pricing_attributes( Plan='NONE'|'ESSENTIALS'|'PRO'|'ENTERPRISE' )
- Parameters:
Plan (string) –
[REQUIRED]
The pricing plan to apply to your Amazon SES account. Can be one of the following:
NONE– No pricing plan is applied; billing follows per-feature pricing.ESSENTIALS– Baseline Amazon SES capabilities and select premium features.PRO– Includes everything inESSENTIALS, plus additional premium features for growing senders.ENTERPRISE– Includes everything inPRO, plus features intended for large-scale senders.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
An HTTP 200 response if the request succeeds, or an error response if the request fails.
Exceptions