Gets the status of the specified copy product operation.
servicecatalog_describe_copy_product_status(AcceptLanguage,
CopyProductToken)The language code.
en - English (default)
jp - Japanese
zh - Chinese
[required] The token for the copy product operation. This token is returned by
copy_product.
A list with the following syntax:
list( CopyProductStatus = "SUCCEEDED"|"IN_PROGRESS"|"FAILED", TargetProductId = "string", StatusDetail = "string" )
svc$describe_copy_product_status( AcceptLanguage = "string", CopyProductToken = "string" )