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