describe_copy_product_status

ServiceCatalog.Client.describe_copy_product_status(**kwargs)

Gets the status of the specified copy product operation.

See also: AWS API Documentation

Request Syntax

response = client.describe_copy_product_status(
    AcceptLanguage='string',
    CopyProductToken='string'
)
Parameters
  • AcceptLanguage (string) --

    The language code.

    • en - English (default)
    • jp - Japanese
    • zh - Chinese
  • CopyProductToken (string) --

    [REQUIRED]

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

Return type

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

  • ServiceCatalog.Client.exceptions.ResourceNotFoundException