DeadlineCloud / Client / disassociate_member_from_job
disassociate_member_from_job#
- DeadlineCloud.Client.disassociate_member_from_job(**kwargs)#
- Disassociates a member from a job. - See also: AWS API Documentation - Request Syntax- response = client.disassociate_member_from_job( farmId='string', queueId='string', jobId='string', principalId='string' ) - Parameters:
- farmId (string) – - [REQUIRED] - The farm ID for the job to disassociate from the member. 
- queueId (string) – - [REQUIRED] - The queue ID connected to a job for which you’re disassociating a member. 
- jobId (string) – - [REQUIRED] - The job ID to disassociate from a member in a job. 
- principalId (string) – - [REQUIRED] - A member’s principal ID to disassociate from a job. 
 
- 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.ValidationException