DataZone / Client / cancel_metadata_generation_run

cancel_metadata_generation_run#

DataZone.Client.cancel_metadata_generation_run(**kwargs)#

Cancels the metadata generation run.

See also: AWS API Documentation

Request Syntax

response = client.cancel_metadata_generation_run(
    domainIdentifier='string',
    identifier='string'
)
Parameters:
  • domainIdentifier (string) –

    [REQUIRED]

    The ID of the Amazon DataZone domain in which the metadata generation run is to be cancelled.

  • identifier (string) –

    [REQUIRED]

    The ID of the metadata generation run.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions