amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Glue.Types.TableError

Description

 
Synopsis

Documentation

data TableError Source #

An error record for table operations.

See: newTableError smart constructor.

Constructors

TableError' 

Fields

Instances

Instances details
FromJSON TableError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableError

Generic TableError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableError

Associated Types

type Rep TableError :: Type -> Type #

Read TableError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableError

Show TableError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableError

NFData TableError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableError

Methods

rnf :: TableError -> () #

Eq TableError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableError

Hashable TableError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableError

type Rep TableError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableError

type Rep TableError = D1 ('MetaData "TableError" "Amazonka.Glue.Types.TableError" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "TableError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorDetail)) :*: S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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_tableName :: Lens' TableError (Maybe Text) Source #

The name of the table. For Hive compatibility, this must be entirely lowercase.