cancel_change_set

MarketplaceCatalog.Client.cancel_change_set(**kwargs)

Used to cancel an open change request. Must be sent before the status of the request changes to APPLYING , the final stage of completing your change request. You can describe a change during the 60-day request history retention period for API calls.

See also: AWS API Documentation

Request Syntax

response = client.cancel_change_set(
    Catalog='string',
    ChangeSetId='string'
)
Parameters
  • Catalog (string) --

    [REQUIRED]

    Required. The catalog related to the request. Fixed value: AWSMarketplace .

  • ChangeSetId (string) --

    [REQUIRED]

    Required. The unique identifier of the StartChangeSet request that you want to cancel.

Return type

dict

Returns

Response Syntax

{
    'ChangeSetId': 'string',
    'ChangeSetArn': 'string'
}

Response Structure

  • (dict) --

    • ChangeSetId (string) --

      The unique identifier for the change set referenced in this request.

    • ChangeSetArn (string) --

      The ARN associated with the change set referenced in this request.

Exceptions

  • MarketplaceCatalog.Client.exceptions.InternalServiceException
  • MarketplaceCatalog.Client.exceptions.AccessDeniedException
  • MarketplaceCatalog.Client.exceptions.ValidationException
  • MarketplaceCatalog.Client.exceptions.ResourceNotFoundException
  • MarketplaceCatalog.Client.exceptions.ResourceInUseException
  • MarketplaceCatalog.Client.exceptions.ThrottlingException