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.TableVersionError

Description

 
Synopsis

Documentation

data TableVersionError Source #

An error record for table-version operations.

See: newTableVersionError smart constructor.

Constructors

TableVersionError' 

Fields

Instances

Instances details
FromJSON TableVersionError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersionError

Generic TableVersionError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersionError

Associated Types

type Rep TableVersionError :: Type -> Type #

Read TableVersionError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersionError

Show TableVersionError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersionError

NFData TableVersionError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersionError

Methods

rnf :: TableVersionError -> () #

Eq TableVersionError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersionError

Hashable TableVersionError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersionError

type Rep TableVersionError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersionError

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

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_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.