AWSLocationBatchPutGeofenceResponse
Objective-C
@interface AWSLocationBatchPutGeofenceResponse
Swift
class AWSLocationBatchPutGeofenceResponse
-
Contains additional error details for each geofence that failed to be stored in a geofence collection.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationBatchPutGeofenceError *> *_Nullable errors;
Swift
var errors: [AWSLocationBatchPutGeofenceError]? { get set }
-
Contains each geofence that was successfully stored in a geofence collection.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationBatchPutGeofenceSuccess *> *_Nullable successes;
Swift
var successes: [AWSLocationBatchPutGeofenceSuccess]? { get set }