ColumnError
public struct ColumnError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the column.
Declaration
Swift
public let columnName: String?
-
The error message occurred during operation.
Declaration
Swift
public let error: ErrorDetail?
-
Undocumented
Declaration
Swift
public init(columnName: String? = nil, error: ErrorDetail? = nil)