:doc:`MailManager <../../mailmanager>` / Client / get_member_of_address_list

**************************
get_member_of_address_list
**************************



.. py:method:: MailManager.Client.get_member_of_address_list(**kwargs)

  

  Fetch attributes of a member in an address list.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/GetMemberOfAddressList>`_  


  **Request Syntax**
  ::

    response = client.get_member_of_address_list(
        AddressListId='string',
        Address='string'
    )
    
  :type AddressListId: string
  :param AddressListId: **[REQUIRED]** 

    The unique identifier of the address list to retrieve the address from.

    

  
  :type Address: string
  :param Address: **[REQUIRED]** 

    The address to be retrieved from the address list.

    

  
  
  :rtype: 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**
  
  *   :py:class:`MailManager.Client.exceptions.ValidationException`

  
  *   :py:class:`MailManager.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`MailManager.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`MailManager.Client.exceptions.ThrottlingException`

  