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

Description

 
Synopsis

Documentation

data BatchGetAssetPropertyValueHistoryErrorEntry Source #

A list of the errors (if any) associated with the batch request. Each error entry contains the entryId of the entry that failed.

See: newBatchGetAssetPropertyValueHistoryErrorEntry smart constructor.

Constructors

BatchGetAssetPropertyValueHistoryErrorEntry' 

Fields

Instances

Instances details
FromJSON BatchGetAssetPropertyValueHistoryErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorEntry

Generic BatchGetAssetPropertyValueHistoryErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorEntry

Read BatchGetAssetPropertyValueHistoryErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorEntry

Show BatchGetAssetPropertyValueHistoryErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorEntry

NFData BatchGetAssetPropertyValueHistoryErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorEntry

Eq BatchGetAssetPropertyValueHistoryErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorEntry

Hashable BatchGetAssetPropertyValueHistoryErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorEntry

type Rep BatchGetAssetPropertyValueHistoryErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueHistoryErrorEntry

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