DeadlineCloud / Client / delete_queue_environment
delete_queue_environment#
- DeadlineCloud.Client.delete_queue_environment(**kwargs)#
Deletes a queue environment.
See also: AWS API Documentation
Request Syntax
response = client.delete_queue_environment( farmId='string', queueEnvironmentId='string', queueId='string' )
- Parameters:
farmId (string) –
[REQUIRED]
The farm ID of the farm from which to remove the queue environment.
queueEnvironmentId (string) –
[REQUIRED]
The queue environment ID of the queue environment to delete.
queueId (string) –
[REQUIRED]
The queue ID of the queue environment to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
DeadlineCloud.Client.exceptions.AccessDeniedException
DeadlineCloud.Client.exceptions.InternalServerErrorException
DeadlineCloud.Client.exceptions.ThrottlingException
DeadlineCloud.Client.exceptions.ValidationException