:doc:`UserNotifications <../../notifications>` / Client / associate_managed_notification_account_contact

**********************************************
associate_managed_notification_account_contact
**********************************************



.. py:method:: UserNotifications.Client.associate_managed_notification_account_contact(**kwargs)

  

  Associates an Account Contact with a particular ``ManagedNotificationConfiguration``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/notifications-2018-05-10/AssociateManagedNotificationAccountContact>`_  


  **Request Syntax**
  ::

    response = client.associate_managed_notification_account_contact(
        contactIdentifier='ACCOUNT_PRIMARY'|'ACCOUNT_ALTERNATE_BILLING'|'ACCOUNT_ALTERNATE_OPERATIONS'|'ACCOUNT_ALTERNATE_SECURITY',
        managedNotificationConfigurationArn='string'
    )
    
  :type contactIdentifier: string
  :param contactIdentifier: **[REQUIRED]** 

    A unique value of an Account Contact Type to associate with the ``ManagedNotificationConfiguration``.

    

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

    The Amazon Resource Name (ARN) of the ``ManagedNotificationConfiguration`` to associate with the Account Contact.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`UserNotifications.Client.exceptions.ServiceQuotaExceededException`

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

  
  *   :py:class:`UserNotifications.Client.exceptions.ValidationException`

  
  *   :py:class:`UserNotifications.Client.exceptions.InternalServerException`

  
  *   :py:class:`UserNotifications.Client.exceptions.ConflictException`

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

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

  