DeadlineCloud / Client / disassociate_member_from_farm
disassociate_member_from_farm#
- DeadlineCloud.Client.disassociate_member_from_farm(**kwargs)#
- Disassociates a member from a farm. - See also: AWS API Documentation - Request Syntax- response = client.disassociate_member_from_farm( farmId='string', principalId='string' ) - Parameters:
- farmId (string) – - [REQUIRED] - The farm ID of the farm to disassociate from the member. 
- principalId (string) – - [REQUIRED] - A member’s principal ID to disassociate from a farm. 
 
- 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