CustomerProfiles / Client / stop_upload_job

stop_upload_job

CustomerProfiles.Client.stop_upload_job(**kwargs)

This API stops the processing of an upload job.

See also: AWS API Documentation

Request Syntax

response = client.stop_upload_job(
    DomainName='string',
    JobId='string'
)
Parameters:
  • DomainName (string) –

    [REQUIRED]

    The unique name of the domain containing the upload job to stop.

  • JobId (string) –

    [REQUIRED]

    The unique identifier of the upload job to stop.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions