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(
    Address='string',
    AddressListId='string'
)
Parameters:
  • Address (string) –

    [REQUIRED]

    The address to be added to the address list.

  • AddressListId (string) –

    [REQUIRED]

    The unique identifier of the address list where the address should be added.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • MailManager.Client.exceptions.ValidationException

  • MailManager.Client.exceptions.AccessDeniedException

  • MailManager.Client.exceptions.ServiceQuotaExceededException

  • MailManager.Client.exceptions.ResourceNotFoundException

  • MailManager.Client.exceptions.ThrottlingException