MailManager / Client / get_member_of_address_list
get_member_of_address_list¶
- MailManager.Client.get_member_of_address_list(**kwargs)¶
Fetch attributes of a member in an address list.
See also: AWS API Documentation
Request Syntax
response = client.get_member_of_address_list( Address='string', AddressListId='string' )
- Parameters:
Address (string) –
[REQUIRED]
The address to be retrieved from the address list.
AddressListId (string) –
[REQUIRED]
The unique identifier of the address list to retrieve the address from.
- Return type:
dict
- Returns:
Response Syntax
{ 'Address': 'string', 'CreatedTimestamp': datetime(2015, 1, 1) }
Response Structure
(dict) –
Address (string) –
The address retrieved from the address list.
CreatedTimestamp (datetime) –
The timestamp of when the address was created.
Exceptions
MailManager.Client.exceptions.ValidationException
MailManager.Client.exceptions.AccessDeniedException
MailManager.Client.exceptions.ResourceNotFoundException
MailManager.Client.exceptions.ThrottlingException