BatchPutAssetPropertyError
public struct BatchPutAssetPropertyError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code.
Declaration
Swift
public let errorCode: BatchPutAssetPropertyValueErrorCode
-
The associated error message.
Declaration
Swift
public let errorMessage: String
-
A list of timestamps for each error, if any.
Declaration
Swift
public let timestamps: [TimeInNanos]
-
Undocumented
Declaration
Swift
public init(errorCode: BatchPutAssetPropertyValueErrorCode, errorMessage: String, timestamps: [TimeInNanos])