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

****************
get_address_list
****************



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

  

  Fetch attributes of an address list.

  

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


  **Request Syntax**
  ::

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

    The identifier of an existing address list resource to be retrieved.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'AddressListId': 'string',
          'AddressListArn': 'string',
          'AddressListName': 'string',
          'CreatedTimestamp': datetime(2015, 1, 1),
          'LastUpdatedTimestamp': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AddressListId** *(string) --* 

        The identifier of the address list resource.

        
      

      - **AddressListArn** *(string) --* 

        The Amazon Resource Name (ARN) of the address list resource.

        
      

      - **AddressListName** *(string) --* 

        A user-friendly name for the address list resource.

        
      

      - **CreatedTimestamp** *(datetime) --* 

        The date of when then address list was created.

        
      

      - **LastUpdatedTimestamp** *(datetime) --* 

        The date of when the address list was last updated.

        
  
  **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`

  