DeadlineCloud / Client / delete_queue_limit_association
delete_queue_limit_association#
- DeadlineCloud.Client.delete_queue_limit_association(**kwargs)#
Removes the association between a queue and a limit. You must use the
UpdateQueueLimitAssociation
operation to set the status toSTOP_LIMIT_USAGE_AND_COMPLETE_TASKS
orSTOP_LIMIT_USAGE_AND_CANCEL_TASKS
. The status does not change immediately. Use theGetQueueLimitAssociation
operation to see if the status changed toSTOPPED
before deleting the association.See also: AWS API Documentation
Request Syntax
response = client.delete_queue_limit_association( farmId='string', queueId='string', limitId='string' )
- Parameters:
farmId (string) –
[REQUIRED]
The unique identifier of the farm that contains the queue and limit to disassociate.
queueId (string) –
[REQUIRED]
The unique identifier of the queue to disassociate.
limitId (string) –
[REQUIRED]
The unique identifier of the limit to disassociate.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions