libZSservicesZSamazonka-glueZSamazonka-glue
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq TableVersionError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersionError

Read TableVersionError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersionError

Show 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 #

NFData TableVersionError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersionError

Methods

rnf :: TableVersionError -> () #

Hashable TableVersionError Source # 
Instance details

Defined in Amazonka.Glue.Types.TableVersionError

FromJSON 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" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "TableVersionError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorDetail)))))

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.