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