PartnerCentralSellingAPI / Client / delete_resource_snapshot_job

delete_resource_snapshot_job#

PartnerCentralSellingAPI.Client.delete_resource_snapshot_job(**kwargs)#

Use this action to deletes a previously created resource snapshot job. The job must be in a stopped state before it can be deleted.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    Specifies the catalog from which to delete the snapshot job. Valid values are AWS and Sandbox.

  • ResourceSnapshotJobIdentifier (string) –

    [REQUIRED]

    The unique identifier of the resource snapshot job to be deleted.

Returns:

None

Exceptions