Describe Copy Product Status
servicecatalog_describe_copy_product_status | R Documentation |
Gets the status of the specified copy product operation¶
Description¶
Gets the status of the specified copy product operation.
Usage¶
Arguments¶
AcceptLanguage
The language code.
jp
- Japanesezh
- Chinese
CopyProductToken
[required] The token for the copy product operation. This token is returned by
copy_product
.
Value¶
A list with the following syntax:
list(
CopyProductStatus = "SUCCEEDED"|"IN_PROGRESS"|"FAILED",
TargetProductId = "string",
StatusDetail = "string"
)