amazonka-iotevents-data-2.0: Amazon IoT Events Data 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.IoTEventsData.Types.BatchDeleteDetectorErrorEntry

Description

 
Synopsis

Documentation

data BatchDeleteDetectorErrorEntry Source #

Contains error messages associated with the deletion request.

See: newBatchDeleteDetectorErrorEntry smart constructor.

Constructors

BatchDeleteDetectorErrorEntry' 

Fields

Instances

Instances details
FromJSON BatchDeleteDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchDeleteDetectorErrorEntry

Generic BatchDeleteDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchDeleteDetectorErrorEntry

Associated Types

type Rep BatchDeleteDetectorErrorEntry :: Type -> Type #

Read BatchDeleteDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchDeleteDetectorErrorEntry

Show BatchDeleteDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchDeleteDetectorErrorEntry

NFData BatchDeleteDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchDeleteDetectorErrorEntry

Eq BatchDeleteDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchDeleteDetectorErrorEntry

Hashable BatchDeleteDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchDeleteDetectorErrorEntry

type Rep BatchDeleteDetectorErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchDeleteDetectorErrorEntry

type Rep BatchDeleteDetectorErrorEntry = D1 ('MetaData "BatchDeleteDetectorErrorEntry" "Amazonka.IoTEventsData.Types.BatchDeleteDetectorErrorEntry" "amazonka-iotevents-data-2.0-2nkzod7vvQTAS38g00IbEB" 'False) (C1 ('MetaCons "BatchDeleteDetectorErrorEntry'" '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)))))

newBatchDeleteDetectorErrorEntry :: BatchDeleteDetectorErrorEntry Source #

Create a value of BatchDeleteDetectorErrorEntry 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:BatchDeleteDetectorErrorEntry', batchDeleteDetectorErrorEntry_errorCode - The error code.

$sel:errorMessage:BatchDeleteDetectorErrorEntry', batchDeleteDetectorErrorEntry_errorMessage - A message that describes the error.

$sel:messageId:BatchDeleteDetectorErrorEntry', batchDeleteDetectorErrorEntry_messageId - The ID of the message that caused the error. (See the value of the "messageId" in the detectors object of the DeleteDetectorRequest.)

batchDeleteDetectorErrorEntry_messageId :: Lens' BatchDeleteDetectorErrorEntry (Maybe Text) Source #

The ID of the message that caused the error. (See the value of the "messageId" in the detectors object of the DeleteDetectorRequest.)