TableVersionError
public struct TableVersionError : 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 in question.
Declaration
Swift
public let tableName: String?
-
The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.
Declaration
Swift
public let versionId: String?
-
Undocumented
Declaration
Swift
public init(errorDetail: ErrorDetail? = nil, tableName: String? = nil, versionId: String? = nil)