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