libZSservicesZSamazonka-quicksightZSamazonka-quicksight
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.QuickSight.Types.DashboardError

Description

 
Synopsis

Documentation

data DashboardError Source #

Dashboard error.

See: newDashboardError smart constructor.

Constructors

DashboardError' 

Instances

Instances details
Eq DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Read DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

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

NFData DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

Methods

rnf :: DashboardError -> () #

Hashable DashboardError Source # 
Instance details

Defined in Amazonka.QuickSight.Types.DashboardError

FromJSON 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" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DashboardError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardErrorType)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:type':DashboardError', dashboardError_type - Type.

$sel:message:DashboardError', dashboardError_message - Message.