DeadlineCloud / Client / delete_queue_fleet_association
delete_queue_fleet_association#
- DeadlineCloud.Client.delete_queue_fleet_association(**kwargs)#
Deletes a queue-fleet association.
See also: AWS API Documentation
Request Syntax
response = client.delete_queue_fleet_association( farmId='string', fleetId='string', queueId='string' )
- Parameters:
farmId (string) –
[REQUIRED]
The farm ID of the farm that holds the queue-fleet association.
fleetId (string) –
[REQUIRED]
The fleet ID of the queue-fleet association.
queueId (string) –
[REQUIRED]
The queue ID of the queue-fleet association.
- 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