DescribeCopyProductStatusOutput
public struct DescribeCopyProductStatusOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status of the copy product operation.
Declaration
Swift
public let copyProductStatus: CopyProductStatus?
-
The status message.
Declaration
Swift
public let statusDetail: String?
-
The identifier of the copied product.
Declaration
Swift
public let targetProductId: String?
-
Undocumented
Declaration
Swift
public init(copyProductStatus: CopyProductStatus? = nil, statusDetail: String? = nil, targetProductId: String? = nil)