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

********************************
update_user_hierarchy_group_name
********************************



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

  

  Updates the name of the user hierarchy group.

  

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


  **Request Syntax**
  ::

    response = client.update_user_hierarchy_group_name(
        Name='string',
        HierarchyGroupId='string',
        InstanceId='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the hierarchy group. Must not be more than 100 characters.

    

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

    The identifier of the hierarchy group.

    

  
  :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.

    

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

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

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

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

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

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

  