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

Description

 
Synopsis

Documentation

data BatchAlarmActionErrorEntry Source #

Contains error messages associated with one of the following requests:

See: newBatchAlarmActionErrorEntry smart constructor.

Constructors

BatchAlarmActionErrorEntry' 

Fields

Instances

Instances details
Eq BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

Read BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

Show BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

Generic BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

Associated Types

type Rep BatchAlarmActionErrorEntry :: Type -> Type #

NFData BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

Hashable BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

FromJSON BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

type Rep BatchAlarmActionErrorEntry Source # 
Instance details

Defined in Amazonka.IoTEventsData.Types.BatchAlarmActionErrorEntry

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

newBatchAlarmActionErrorEntry :: BatchAlarmActionErrorEntry Source #

Create a value of BatchAlarmActionErrorEntry 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:requestId:BatchAlarmActionErrorEntry', batchAlarmActionErrorEntry_requestId - The request ID. Each ID must be unique within each batch.

$sel:errorCode:BatchAlarmActionErrorEntry', batchAlarmActionErrorEntry_errorCode - The error code.

$sel:errorMessage:BatchAlarmActionErrorEntry', batchAlarmActionErrorEntry_errorMessage - A message that describes the error.

batchAlarmActionErrorEntry_requestId :: Lens' BatchAlarmActionErrorEntry (Maybe Text) Source #

The request ID. Each ID must be unique within each batch.