Connect / Client / disassociate_routing_profile_queues

disassociate_routing_profile_queues#

Connect.Client.disassociate_routing_profile_queues(**kwargs)#

Disassociates a set of queues from a routing profile.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_routing_profile_queues(
    InstanceId='string',
    RoutingProfileId='string',
    QueueReferences=[
        {
            'QueueId': 'string',
            'Channel': 'VOICE'|'CHAT'|'TASK'
        },
    ]
)
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.

  • QueueReferences (list) –

    [REQUIRED]

    The queues to disassociate from this routing profile.

    • (dict) –

      Contains the channel and queue identifier for a routing profile.

      • QueueId (string) – [REQUIRED]

        The identifier for the queue.

      • Channel (string) – [REQUIRED]

        The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.

Returns:

None

Exceptions

  • Connect.Client.exceptions.InvalidRequestException

  • Connect.Client.exceptions.InvalidParameterException

  • Connect.Client.exceptions.ResourceNotFoundException

  • Connect.Client.exceptions.ThrottlingException

  • Connect.Client.exceptions.InternalServiceException