libZSservicesZSamazonka-cloudwatchZSamazonka-cloudwatch
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.CloudWatch.Types.DashboardValidationMessage

Description

 
Synopsis

Documentation

data DashboardValidationMessage Source #

An error or warning for the operation.

See: newDashboardValidationMessage smart constructor.

Constructors

DashboardValidationMessage' 

Fields

Instances

Instances details
Eq DashboardValidationMessage Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardValidationMessage

Read DashboardValidationMessage Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardValidationMessage

Show DashboardValidationMessage Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardValidationMessage

Generic DashboardValidationMessage Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardValidationMessage

Associated Types

type Rep DashboardValidationMessage :: Type -> Type #

NFData DashboardValidationMessage Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardValidationMessage

Hashable DashboardValidationMessage Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardValidationMessage

FromXML DashboardValidationMessage Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardValidationMessage

type Rep DashboardValidationMessage Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardValidationMessage

type Rep DashboardValidationMessage = D1 ('MetaData "DashboardValidationMessage" "Amazonka.CloudWatch.Types.DashboardValidationMessage" "libZSservicesZSamazonka-cloudwatchZSamazonka-cloudwatch" 'False) (C1 ('MetaCons "DashboardValidationMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDashboardValidationMessage :: DashboardValidationMessage Source #

Create a value of DashboardValidationMessage 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:dataPath:DashboardValidationMessage', dashboardValidationMessage_dataPath - The data path related to the message.

$sel:message:DashboardValidationMessage', dashboardValidationMessage_message - A message describing the error or warning.