BatchDeleteImportDataResponse
public struct BatchDeleteImportDataResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Error messages returned for each import task that you deleted as a response for this command.
Declaration
Swift
public let errors: [BatchDeleteImportDataError]? -
Undocumented
Declaration
Swift
public init(errors: [BatchDeleteImportDataError]? = nil)
View on GitHub
BatchDeleteImportDataResponse Structure Reference