:doc:`MarketplaceCatalog <../../marketplace-catalog>` / Client / cancel_change_set

*****************
cancel_change_set
*****************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/CancelChangeSet>`_  


  **Request Syntax**
  ::

    response = client.cancel_change_set(
        Catalog='string',
        ChangeSetId='string'
    )
    
  :type Catalog: string
  :param Catalog: **[REQUIRED]** 

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

    

  
  :type ChangeSetId: string
  :param ChangeSetId: **[REQUIRED]** 

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

    

  
  
  :rtype: 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**
  
  *   :py:class:`MarketplaceCatalog.Client.exceptions.InternalServiceException`

  
  *   :py:class:`MarketplaceCatalog.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`MarketplaceCatalog.Client.exceptions.ValidationException`

  
  *   :py:class:`MarketplaceCatalog.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`MarketplaceCatalog.Client.exceptions.ResourceInUseException`

  
  *   :py:class:`MarketplaceCatalog.Client.exceptions.ThrottlingException`

  