DeleteAssetModelResponse
public struct DeleteAssetModelResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status of the asset model, which contains a state (DELETING after successfully calling this operation) and any error message.
Declaration
Swift
public let assetModelStatus: AssetModelStatus
-
Undocumented
Declaration
Swift
public init(assetModelStatus: AssetModelStatus)