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.
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. For details about each plan, see Amazon SES Pricing. Can be one of the following:
NONEESSENTIALSPROENTERPRISE
- 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