TableError
public struct TableError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The details about the error.
Declaration
Swift
public let errorDetail: ErrorDetail?
-
The name of the table. For Hive compatibility, this must be entirely lowercase.
Declaration
Swift
public let tableName: String?
-
Undocumented
Declaration
Swift
public init(errorDetail: ErrorDetail? = nil, tableName: String? = nil)