BatchPutAssetPropertyErrorEntry
public struct BatchPutAssetPropertyErrorEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the failed entry.
Declaration
Swift
public let entryId: String
-
The list of update property value errors.
Declaration
Swift
public let errors: [BatchPutAssetPropertyError]
-
Undocumented
Declaration
Swift
public init(entryId: String, errors: [BatchPutAssetPropertyError])