EntityResolution / Client / delete_matching_workflow
delete_matching_workflow#
- EntityResolution.Client.delete_matching_workflow(**kwargs)#
Deletes the
MatchingWorkflow
with a given name. This operation will succeed even if a workflow with the given name does not exist.See also: AWS API Documentation
Request Syntax
response = client.delete_matching_workflow( workflowName='string' )
- Parameters:
workflowName (string) –
[REQUIRED]
The name of the workflow to be retrieved.
- Return type:
dict
- Returns:
Response Syntax
{ 'message': 'string' }
Response Structure
(dict) –
message (string) –
A successful operation message.
Exceptions
EntityResolution.Client.exceptions.ThrottlingException
EntityResolution.Client.exceptions.InternalServerException
EntityResolution.Client.exceptions.AccessDeniedException
EntityResolution.Client.exceptions.ValidationException