AWSLocationBatchDeleteGeofenceError
Objective-C
@interface AWSLocationBatchDeleteGeofenceError
Swift
class AWSLocationBatchDeleteGeofenceError
Contains error details for each geofence that failed to delete from the 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 }