AssetModelStatus
public struct AssetModelStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Contains associated error information, if any.
Declaration
Swift
public let error: ErrorDetails?
-
The current state of the asset model.
Declaration
Swift
public let state: AssetModelState
-
Undocumented
Declaration
Swift
public init(error: ErrorDetails? = nil, state: AssetModelState)