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

***************************
update_routing_profile_name
***************************



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

  

  Updates the name and description of a routing profile. The request accepts the following data in JSON format. At least ``Name`` or ``Description`` must be provided.

  

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


  **Request Syntax**
  ::

    response = client.update_routing_profile_name(
        InstanceId='string',
        RoutingProfileId='string',
        Name='string',
        Description='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 RoutingProfileId: string
  :param RoutingProfileId: **[REQUIRED]** 

    The identifier of the routing profile.

    

  
  :type Name: string
  :param Name: 

    The name of the routing profile. Must not be more than 127 characters.

    

  
  :type Description: string
  :param Description: 

    The description of the routing profile. Must not be more than 250 characters.

    

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

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

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

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

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

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

  