Gets the status of the specified copy product operation.
servicecatalog_describe_copy_product_status(AcceptLanguage,
CopyProductToken)A list with the following syntax:
list(
CopyProductStatus = "SUCCEEDED"|"IN_PROGRESS"|"FAILED",
TargetProductId = "string",
StatusDetail = "string"
)
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.
svc$describe_copy_product_status(
AcceptLanguage = "string",
CopyProductToken = "string"
)