:doc:`ServiceCatalog <../../servicecatalog>` / Client / describe_copy_product_status

****************************
describe_copy_product_status
****************************



.. py:method:: ServiceCatalog.Client.describe_copy_product_status(**kwargs)

  

  Gets the status of the specified copy product operation.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DescribeCopyProductStatus>`_  


  **Request Syntax**
  ::

    response = client.describe_copy_product_status(
        AcceptLanguage='string',
        CopyProductToken='string'
    )
    
  :type AcceptLanguage: string
  :param AcceptLanguage: 

    The language code.

     

    
    * ``jp`` - Japanese
     
    * ``zh`` - Chinese
    

    

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

    The token for the copy product operation. This token is returned by  CopyProduct.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'CopyProductStatus': 'SUCCEEDED'|'IN_PROGRESS'|'FAILED',
          'TargetProductId': 'string',
          'StatusDetail': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **CopyProductStatus** *(string) --* 

        The status of the copy product operation.

        
      

      - **TargetProductId** *(string) --* 

        The identifier of the copied product.

        
      

      - **StatusDetail** *(string) --* 

        The status message.

        
  
  **Exceptions**
  
  *   :py:class:`ServiceCatalog.Client.exceptions.ResourceNotFoundException`

  