libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation
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.LakeFormation.Types.LFTagError

Description

 
Synopsis

Documentation

data LFTagError Source #

A structure containing an error related to a TagResource or UnTagResource operation.

See: newLFTagError smart constructor.

Constructors

LFTagError' 

Fields

Instances

Instances details
Eq LFTagError Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.LFTagError

Read LFTagError Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.LFTagError

Show LFTagError Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.LFTagError

Generic LFTagError Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.LFTagError

Associated Types

type Rep LFTagError :: Type -> Type #

NFData LFTagError Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.LFTagError

Methods

rnf :: LFTagError -> () #

Hashable LFTagError Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.LFTagError

FromJSON LFTagError Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.LFTagError

type Rep LFTagError Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.LFTagError

type Rep LFTagError = D1 ('MetaData "LFTagError" "Amazonka.LakeFormation.Types.LFTagError" "libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation" 'False) (C1 ('MetaCons "LFTagError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lFTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LFTagPair)) :*: S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorDetail))))

newLFTagError :: LFTagError Source #

Create a value of LFTagError 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:lFTag:LFTagError', lFTagError_lFTag - The key-name of the tag.

$sel:error:LFTagError', lFTagError_error - An error that occurred with the attachment or detachment of the tag.

lFTagError_lFTag :: Lens' LFTagError (Maybe LFTagPair) Source #

The key-name of the tag.

lFTagError_error :: Lens' LFTagError (Maybe ErrorDetail) Source #

An error that occurred with the attachment or detachment of the tag.