Skip to content

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

servicecatalog_describe_copy_product_status(AcceptLanguage,
  CopyProductToken)

Arguments

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - 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"
)

Request syntax

svc$describe_copy_product_status(
  AcceptLanguage = "string",
  CopyProductToken = "string"
)