:doc:`Connect <../../connect>` / Client / update_notification_content

***************************
update_notification_content
***************************



.. py:method:: Connect.Client.update_notification_content(**kwargs)

  

  Updates the localized content of an existing notification. This operation applies to all users for whom the notification was sent.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateNotificationContent>`_  


  **Request Syntax**
  ::

    response = client.update_notification_content(
        InstanceId='string',
        NotificationId='string',
        Content={
            'string': 'string'
        }
    )
    
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can `find the instance ID <https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html>`__ in the Amazon Resource Name (ARN) of the instance.

    

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

    The unique identifier for the notification to update.

    

  
  :type Content: dict
  :param Content: **[REQUIRED]** 

    The updated localized content of the notification. A map of locale codes and values. Maximum 500 characters per locale.

    

  
    - *(string) --* 

      The locale code for localized content. Supported values include en_US, de_DE, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, and zh_TW.

      

    
      - *(string) --* 

        A localized string value. Maximum length is 500 characters.

        

      


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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      The response from updating notification content.

      
  
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

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

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

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

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

  
  *   :py:class:`Connect.Client.exceptions.InvalidParameterException`

  