libZSservicesZSamazonka-locationZSamazonka-location
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.Location.Types.BatchPutGeofenceError

Description

 
Synopsis

Documentation

data BatchPutGeofenceError Source #

Contains error details for each geofence that failed to be stored in a given geofence collection.

See: newBatchPutGeofenceError smart constructor.

Constructors

BatchPutGeofenceError' 

Fields

Instances

Instances details
Eq BatchPutGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceError

Read BatchPutGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceError

Show BatchPutGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceError

Generic BatchPutGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceError

Associated Types

type Rep BatchPutGeofenceError :: Type -> Type #

NFData BatchPutGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceError

Methods

rnf :: BatchPutGeofenceError -> () #

Hashable BatchPutGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceError

FromJSON BatchPutGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceError

type Rep BatchPutGeofenceError Source # 
Instance details

Defined in Amazonka.Location.Types.BatchPutGeofenceError

type Rep BatchPutGeofenceError = D1 ('MetaData "BatchPutGeofenceError" "Amazonka.Location.Types.BatchPutGeofenceError" "libZSservicesZSamazonka-locationZSamazonka-location" 'False) (C1 ('MetaCons "BatchPutGeofenceError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BatchItemError) :*: S1 ('MetaSel ('Just "geofenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newBatchPutGeofenceError Source #

Create a value of BatchPutGeofenceError 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:error:BatchPutGeofenceError', batchPutGeofenceError_error - Contains details associated to the batch error.

$sel:geofenceId:BatchPutGeofenceError', batchPutGeofenceError_geofenceId - The geofence associated with the error message.

batchPutGeofenceError_error :: Lens' BatchPutGeofenceError BatchItemError Source #

Contains details associated to the batch error.

batchPutGeofenceError_geofenceId :: Lens' BatchPutGeofenceError Text Source #

The geofence associated with the error message.