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