BatchDeletePartitionResponse
public struct BatchDeletePartitionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The errors encountered when trying to delete the requested partitions.
Declaration
Swift
public let errors: [PartitionError]?
-
Undocumented
Declaration
Swift
public init(errors: [PartitionError]? = nil)