NovaActService / Client / delete_workflow_definition
delete_workflow_definition¶
- NovaActService.Client.delete_workflow_definition(**kwargs)¶
Deletes a workflow definition and all associated resources. This operation cannot be undone.
See also: AWS API Documentation
Request Syntax
response = client.delete_workflow_definition( workflowDefinitionName='string' )
- Parameters:
workflowDefinitionName (string) –
[REQUIRED]
The name of the workflow definition to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'status': 'ACTIVE'|'DELETING' }
Response Structure
(dict) –
status (string) –
The status of the workflow definition after deletion request.
Exceptions
NovaActService.Client.exceptions.AccessDeniedExceptionNovaActService.Client.exceptions.ConflictExceptionNovaActService.Client.exceptions.ResourceNotFoundExceptionNovaActService.Client.exceptions.ThrottlingExceptionNovaActService.Client.exceptions.InternalServerExceptionNovaActService.Client.exceptions.ValidationException