Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data TableVersionError Source #
An error record for table-version operations.
See: newTableVersionError
smart constructor.
TableVersionError' | |
|
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: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.
$sel:tableName:TableVersionError'
, tableVersionError_tableName
- The name of the table in question.
$sel:errorDetail:TableVersionError'
, tableVersionError_errorDetail
- The details about the error.
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.
tableVersionError_tableName :: Lens' TableVersionError (Maybe Text) Source #
The name of the table in question.
tableVersionError_errorDetail :: Lens' TableVersionError (Maybe ErrorDetail) Source #
The details about the error.