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

******************
get_addon_instance
******************



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

  

  Gets detailed information about an Add On instance.

  

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


  **Request Syntax**
  ::

    response = client.get_addon_instance(
        AddonInstanceId='string'
    )
    
  :type AddonInstanceId: string
  :param AddonInstanceId: **[REQUIRED]** 

    The Add On instance ID to retrieve information for.

    

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

    
    ::

      {
          'AddonSubscriptionId': 'string',
          'AddonName': 'string',
          'AddonInstanceArn': 'string',
          'CreatedTimestamp': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AddonSubscriptionId** *(string) --* 

        The subscription ID associated to the instance.

        
      

      - **AddonName** *(string) --* 

        The name of the Add On provider associated to the subscription of the instance.

        
      

      - **AddonInstanceArn** *(string) --* 

        The Amazon Resource Name (ARN) of the Add On instance.

        
      

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

        The timestamp of when the Add On instance was created.

        
  
  **Exceptions**
  
  *   :py:class:`MailManager.Client.exceptions.ValidationException`

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

  