libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data
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.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

Description

 
Synopsis

Documentation

data BatchUpdateDetectorErrorEntry Source #

Information about the error that occurred when attempting to update a detector.

See: newBatchUpdateDetectorErrorEntry smart constructor.

Constructors

BatchUpdateDetectorErrorEntry' 

Fields

Instances

Instances details
Eq BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

Read BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

Show BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

Generic BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

Associated Types

type Rep BatchUpdateDetectorErrorEntry :: Type -> Type #

NFData BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

Hashable BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

FromJSON BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

type Rep BatchUpdateDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry

type Rep BatchUpdateDetectorErrorEntry = D1 ('MetaData "BatchUpdateDetectorErrorEntry" "Amazonka.IoTEventsData.Types.BatchUpdateDetectorErrorEntry" "libZSservicesZSamazonka-iotevents-dataZSamazonka-iotevents-data" 'False) (C1 ('MetaCons "BatchUpdateDetectorErrorEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchUpdateDetectorErrorEntry :: BatchUpdateDetectorErrorEntry Source #

Create a value of BatchUpdateDetectorErrorEntry 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:errorCode:BatchUpdateDetectorErrorEntry', batchUpdateDetectorErrorEntry_errorCode - The error code.

$sel:errorMessage:BatchUpdateDetectorErrorEntry', batchUpdateDetectorErrorEntry_errorMessage - A message that describes the error.

$sel:messageId:BatchUpdateDetectorErrorEntry', batchUpdateDetectorErrorEntry_messageId - The "messageId" of the update request that caused the error. (The value of the "messageId" in the update request "Detector" object.)

batchUpdateDetectorErrorEntry_messageId :: Lens' BatchUpdateDetectorErrorEntry (Maybe Text) Source #

The "messageId" of the update request that caused the error. (The value of the "messageId" in the update request "Detector" object.)