| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.TableVersionError
Description
Synopsis
Documentation
data TableVersionError Source #
An error record for table-version operations.
See: newTableVersionError smart constructor.
Constructors
| TableVersionError' | |
Fields
| |
Instances
newTableVersionError :: TableVersionError Source #
Create a value of TableVersionError with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:errorDetail:TableVersionError', tableVersionError_errorDetail - The details about the error.
$sel:tableName:TableVersionError', tableVersionError_tableName - The name of the table in question.
$sel:versionId:TableVersionError', tableVersionError_versionId - The ID value of the version in question. A VersionID is a string
representation of an integer. Each version is incremented by 1.
tableVersionError_errorDetail :: Lens' TableVersionError (Maybe ErrorDetail) Source #
The details about the error.
tableVersionError_tableName :: Lens' TableVersionError (Maybe Text) Source #
The name of the table in question.
tableVersionError_versionId :: Lens' TableVersionError (Maybe Text) Source #
The ID value of the version in question. A VersionID is a string
representation of an integer. Each version is incremented by 1.