EntityResolution / Client / start_id_mapping_job
start_id_mapping_job#
- EntityResolution.Client.start_id_mapping_job(**kwargs)#
Starts the
IdMappingJob
of a workflow. The workflow must have previously been created using theCreateIdMappingWorkflow
endpoint.See also: AWS API Documentation
Request Syntax
response = client.start_id_mapping_job( workflowName='string' )
- Parameters:
workflowName (string) –
[REQUIRED]
The name of the ID mapping 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