MailManager / Client / deregister_member_from_address_list
deregister_member_from_address_list¶
- MailManager.Client.deregister_member_from_address_list(**kwargs)¶
Removes a member from an address list.
See also: AWS API Documentation
Request Syntax
response = client.deregister_member_from_address_list( AddressListId='string', Address='string' )
- Parameters:
AddressListId (string) –
[REQUIRED]
The unique identifier of the address list to remove the address from.
Address (string) –
[REQUIRED]
The address to be removed from the address list.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
MailManager.Client.exceptions.ValidationExceptionMailManager.Client.exceptions.AccessDeniedExceptionMailManager.Client.exceptions.ResourceNotFoundExceptionMailManager.Client.exceptions.ThrottlingException