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( AddressListId='string', Address='string' )
- Parameters:
AddressListId (string) –
[REQUIRED]
The unique identifier of the address list to retrieve the address from.
Address (string) –
[REQUIRED]
The address to be retrieved from the address list.
- 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.ValidationExceptionMailManager.Client.exceptions.AccessDeniedExceptionMailManager.Client.exceptions.ResourceNotFoundExceptionMailManager.Client.exceptions.ThrottlingException