:doc:`PartnerCentralSellingAPI <../../partnercentral-selling>` / Client / start_resource_snapshot_job

***************************
start_resource_snapshot_job
***************************



.. py:method:: PartnerCentralSellingAPI.Client.start_resource_snapshot_job(**kwargs)

  

  Starts a resource snapshot job that has been previously created.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StartResourceSnapshotJob>`_  


  **Request Syntax**
  ::

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

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

     

    
    * AWS: Starts the request from the production AWS environment.
     
    * Sandbox: Starts the request from a sandbox environment used for testing or development purposes.
    

    

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

    The identifier of the resource snapshot job to start.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.ThrottlingException`

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

  
  *   :py:class:`PartnerCentralSellingAPI.Client.exceptions.InternalServerException`

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

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

  