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 TableError Source #
An error record for table operations.
See: newTableError
smart constructor.
TableError' | |
|
Instances
newTableError :: TableError Source #
Create a value of TableError
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:tableName:TableError'
, tableError_tableName
- The name of the table. For Hive compatibility, this must be entirely
lowercase.
$sel:errorDetail:TableError'
, tableError_errorDetail
- The details about the error.
tableError_tableName :: Lens' TableError (Maybe Text) Source #
The name of the table. For Hive compatibility, this must be entirely lowercase.
tableError_errorDetail :: Lens' TableError (Maybe ErrorDetail) Source #
The details about the error.