AWSLocationBatchDeleteGeofenceResponse
Objective-C
@interface AWSLocationBatchDeleteGeofenceResponse
Swift
class AWSLocationBatchDeleteGeofenceResponse
-
Contains error details for each geofence that failed to delete.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationBatchDeleteGeofenceError *> *_Nullable errors;
Swift
var errors: [AWSLocationBatchDeleteGeofenceError]? { get set }