BatchDeleteImportDataError
public struct BatchDeleteImportDataError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The type of error that occurred for a specific import task.
Declaration
Swift
public let errorCode: BatchDeleteImportDataErrorCode? -
The description of the error that occurred for a specific import task.
Declaration
Swift
public let errorDescription: String? -
The unique import ID associated with the error that occurred.
Declaration
Swift
public let importTaskId: String? -
Undocumented
Declaration
Swift
public init(errorCode: BatchDeleteImportDataErrorCode? = nil, errorDescription: String? = nil, importTaskId: String? = nil)
View on GitHub
BatchDeleteImportDataError Structure Reference