DeadlineCloud / Client / update_farm
update_farm#
- DeadlineCloud.Client.update_farm(**kwargs)#
Updates a farm.
See also: AWS API Documentation
Request Syntax
response = client.update_farm( description='string', displayName='string', farmId='string' )
- Parameters:
description (string) – The description of the farm to update.
displayName (string) – The display name of the farm to update.
farmId (string) –
[REQUIRED]
The farm ID to update.
- 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