PartnerCentralSellingAPI / Client / stop_resource_snapshot_job

stop_resource_snapshot_job#

PartnerCentralSellingAPI.Client.stop_resource_snapshot_job(**kwargs)#

Stops a resource snapshot job. The job must be started prior to being stopped.

See also: AWS API Documentation

Request Syntax

response = client.stop_resource_snapshot_job(
    Catalog='string',
    ResourceSnapshotJobIdentifier='string'
)
Parameters:
  • Catalog (string) –

    [REQUIRED]

    Specifies the catalog related to the request. Valid values are:

    • AWS: Stops the request from the production AWS environment.

    • Sandbox: Stops the request from a sandbox environment used for testing or development purposes.

  • ResourceSnapshotJobIdentifier (string) –

    [REQUIRED]

    The identifier of the job to stop.

Returns:

None

Exceptions