EntityResolution / Client / get_match_id

get_match_id#

EntityResolution.Client.get_match_id(**kwargs)#

Returns the corresponding Match ID of a customer record if the record has been processed.

See also: AWS API Documentation

Request Syntax

response = client.get_match_id(
    record={
        'string': 'string'
    },
    workflowName='string'
)
Parameters:
  • record (dict) –

    [REQUIRED]

    The record to fetch the Match ID for.

    • (string) –

      • (string) –

  • workflowName (string) –

    [REQUIRED]

    The name of the workflow.

Return type:

dict

Returns:

Response Syntax

{
    'matchId': 'string'
}

Response Structure

  • (dict) –

    • matchId (string) –

      The unique identifiers for this group of match records.

Exceptions

  • EntityResolution.Client.exceptions.ThrottlingException

  • EntityResolution.Client.exceptions.InternalServerException

  • EntityResolution.Client.exceptions.ResourceNotFoundException

  • EntityResolution.Client.exceptions.AccessDeniedException

  • EntityResolution.Client.exceptions.ValidationException