amazonka-iotsitewise-2.0: Amazon IoT SiteWise 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.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorEntry

Description

 
Synopsis

Documentation

data BatchGetAssetPropertyAggregatesErrorEntry Source #

Contains error information for an asset property aggregate entry that is associated with the BatchGetAssetPropertyAggregates API.

See: newBatchGetAssetPropertyAggregatesErrorEntry smart constructor.

Constructors

BatchGetAssetPropertyAggregatesErrorEntry' 

Fields

Instances

Instances details
FromJSON BatchGetAssetPropertyAggregatesErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorEntry

Generic BatchGetAssetPropertyAggregatesErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorEntry

Read BatchGetAssetPropertyAggregatesErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorEntry

Show BatchGetAssetPropertyAggregatesErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorEntry

NFData BatchGetAssetPropertyAggregatesErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorEntry

Eq BatchGetAssetPropertyAggregatesErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorEntry

Hashable BatchGetAssetPropertyAggregatesErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorEntry

type Rep BatchGetAssetPropertyAggregatesErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorEntry

type Rep BatchGetAssetPropertyAggregatesErrorEntry = D1 ('MetaData "BatchGetAssetPropertyAggregatesErrorEntry" "Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorEntry" "amazonka-iotsitewise-2.0-AK8rDlpQ5oPJsrLUUxJgY" 'False) (C1 ('MetaCons "BatchGetAssetPropertyAggregatesErrorEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BatchGetAssetPropertyAggregatesErrorCode) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))