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

Description

 
Synopsis

Documentation

data DashboardError Source #

Dashboard error.

See: newDashboardError smart constructor.

Instances

Instances details
FromJSON DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Generic DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Associated Types

type Rep DashboardError :: Type -> Type #

Read DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Show DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

NFData DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Methods

rnf :: DashboardError -> () #

Eq DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Hashable DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

type Rep DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

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

newDashboardError :: DashboardError Source #

Create a value of DashboardError 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:DashboardError', dashboardError_message - Message.

$sel:type':DashboardError', dashboardError_type - Type.

$sel:violatedEntities:DashboardError', dashboardError_violatedEntities -