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

Description

 
Synopsis

Documentation

data BatchGetAssetPropertyValueErrorEntry Source #

Contains error information for an asset property value entry that is associated with the BatchGetAssetPropertyValue API.

See: newBatchGetAssetPropertyValueErrorEntry smart constructor.

Constructors

BatchGetAssetPropertyValueErrorEntry' 

Fields

Instances

Instances details
FromJSON BatchGetAssetPropertyValueErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorEntry

Generic BatchGetAssetPropertyValueErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorEntry

Read BatchGetAssetPropertyValueErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorEntry

Show BatchGetAssetPropertyValueErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorEntry

NFData BatchGetAssetPropertyValueErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorEntry

Eq BatchGetAssetPropertyValueErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorEntry

Hashable BatchGetAssetPropertyValueErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorEntry

type Rep BatchGetAssetPropertyValueErrorEntry Source # 
Instance details

Defined in Amazonka.IoTSiteWise.Types.BatchGetAssetPropertyValueErrorEntry

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