SESV2 / Client / disassociate_email_identity_certificate
disassociate_email_identity_certificate¶
- SESV2.Client.disassociate_email_identity_certificate(**kwargs)¶
Removes the association between an S/MIME certificate and an email identity. After the association is removed, Amazon SES API v2 stops adding an S/MIME signature to messages sent from that address.
If the email identity is a domain, specify the
FromAddresswhose certificate association you want to remove.This operation is idempotent. If the specified email identity exists but there’s no matching certificate association, the operation succeeds without making any changes. Amazon SES API v2 returns a
NotFoundExceptiononly when the specified email identity doesn’t exist.See also: AWS API Documentation
Request Syntax
response = client.disassociate_email_identity_certificate( EmailIdentity='string', FromAddress='string' )
- Parameters:
EmailIdentity (string) –
[REQUIRED]
The email identity whose certificate association you want to remove.
FromAddress (string) – The email address whose certificate association you want to remove. This value is required when the email identity is a domain. When the email identity is an email address, this value is optional.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Exceptions