DeadlineCloud / Client / disassociate_member_from_queue
disassociate_member_from_queue#
- DeadlineCloud.Client.disassociate_member_from_queue(**kwargs)#
Disassociates a member from a queue.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_member_from_queue( farmId='string', queueId='string', principalId='string' )
- Parameters:
farmId (string) –
[REQUIRED]
The farm ID for the queue to disassociate from a member.
queueId (string) –
[REQUIRED]
The queue ID of the queue in which you’re disassociating from a member.
principalId (string) –
[REQUIRED]
A member’s principal ID to disassociate from a queue.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
DeadlineCloud.Client.exceptions.AccessDeniedException
DeadlineCloud.Client.exceptions.InternalServerErrorException
DeadlineCloud.Client.exceptions.ResourceNotFoundException
DeadlineCloud.Client.exceptions.ThrottlingException
DeadlineCloud.Client.exceptions.ConflictException
DeadlineCloud.Client.exceptions.ValidationException