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

Description

 
Synopsis

Documentation

data BatchGetAssetPropertyAggregatesErrorInfo Source #

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

See: newBatchGetAssetPropertyAggregatesErrorInfo smart constructor.

Constructors

BatchGetAssetPropertyAggregatesErrorInfo' 

Fields

Instances

Instances details
FromJSON BatchGetAssetPropertyAggregatesErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorInfo

Generic BatchGetAssetPropertyAggregatesErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorInfo

Read BatchGetAssetPropertyAggregatesErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorInfo

Show BatchGetAssetPropertyAggregatesErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorInfo

NFData BatchGetAssetPropertyAggregatesErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorInfo

Eq BatchGetAssetPropertyAggregatesErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorInfo

Hashable BatchGetAssetPropertyAggregatesErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorInfo

type Rep BatchGetAssetPropertyAggregatesErrorInfo Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyAggregatesErrorInfo

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