EntityResolution / Client / start_matching_job
start_matching_job#
- EntityResolution.Client.start_matching_job(**kwargs)#
Starts the
MatchingJob
of a workflow. The workflow must have previously been created using theCreateMatchingWorkflow
endpoint.See also: AWS API Documentation
Request Syntax
response = client.start_matching_job( workflowName='string' )
- Parameters:
workflowName (string) –
[REQUIRED]
The name of the matching job to be retrieved.
- Return type:
dict
- Returns:
Response Syntax
{ 'jobId': 'string' }
Response Structure
(dict) –
jobId (string) –
The ID of the job.
Exceptions
EntityResolution.Client.exceptions.ThrottlingException
EntityResolution.Client.exceptions.InternalServerException
EntityResolution.Client.exceptions.ResourceNotFoundException
EntityResolution.Client.exceptions.AccessDeniedException
EntityResolution.Client.exceptions.ExceedsLimitException
EntityResolution.Client.exceptions.ConflictException
EntityResolution.Client.exceptions.ValidationException