AWSLocationBatchPutGeofenceError
Objective-C
@interface AWSLocationBatchPutGeofenceError
Swift
class AWSLocationBatchPutGeofenceError
Contains error details for each geofence that failed to be stored in a given geofence collection.
Required parameters: [GeofenceId, Error]
-
Contains details associated to the batch error.
Declaration
Objective-C
@property (nonatomic, strong) AWSLocationBatchItemError *_Nullable error;Swift
var error: AWSLocationBatchItemError? { get set } -
The geofence associated with the error message.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable geofenceId;Swift
var geofenceId: String? { get set }
View on GitHub
Install in Dash
AWSLocationBatchPutGeofenceError Class Reference