Connect / Client / update_routing_profile_name
update_routing_profile_name#
- 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
orDescription
must be provided.See also: AWS API Documentation
Request Syntax
response = client.update_routing_profile_name( InstanceId='string', RoutingProfileId='string', Name='string', Description='string' )
- Parameters:
InstanceId (string) –
[REQUIRED]
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
RoutingProfileId (string) –
[REQUIRED]
The identifier of the routing profile.
Name (string) – The name of the routing profile. Must not be more than 127 characters.
Description (string) – The description of the routing profile. Must not be more than 250 characters.
- Returns:
None
Exceptions
Connect.Client.exceptions.DuplicateResourceException
Connect.Client.exceptions.InvalidRequestException
Connect.Client.exceptions.InvalidParameterException
Connect.Client.exceptions.ResourceNotFoundException
Connect.Client.exceptions.ThrottlingException
Connect.Client.exceptions.InternalServiceException