AssetErrorDetails
public struct AssetErrorDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the asset.
Declaration
Swift
public let assetId: String
-
The error code.
Declaration
Swift
public let code: AssetErrorCode
-
The error message.
Declaration
Swift
public let message: String
-
Undocumented
Declaration
Swift
public init(assetId: String, code: AssetErrorCode, message: String)