BatchDeleteTableResponse
public struct BatchDeleteTableResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of errors encountered in attempting to delete the specified tables.
Declaration
Swift
public let errors: [TableError]?
-
Undocumented
Declaration
Swift
public init(errors: [TableError]? = nil)