amazonka-quicksight-2.0: Amazon QuickSight 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.QuickSight.Types.TemplateError

Description

 
Synopsis

Documentation

data TemplateError Source #

List of errors that occurred when the template version creation failed.

See: newTemplateError smart constructor.

Constructors

TemplateError' 

Fields

Instances

Instances details
FromJSON TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

Generic TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

Associated Types

type Rep TemplateError :: Type -> Type #

Read TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

Show TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

NFData TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

Methods

rnf :: TemplateError -> () #

Eq TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

Hashable TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

type Rep TemplateError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.TemplateError

type Rep TemplateError = D1 ('MetaData "TemplateError" "Amazonka.QuickSight.Types.TemplateError" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "TemplateError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateErrorType)) :*: S1 ('MetaSel ('Just "violatedEntities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Entity])))))

newTemplateError :: TemplateError Source #

Create a value of TemplateError 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:message:TemplateError', templateError_message - Description of the error type.

$sel:type':TemplateError', templateError_type - Type of error.

$sel:violatedEntities:TemplateError', templateError_violatedEntities -

templateError_message :: Lens' TemplateError (Maybe Text) Source #

Description of the error type.