AWSLocationBatchDeleteDevicePositionHistoryError
Objective-C
@interface AWSLocationBatchDeleteDevicePositionHistoryError
Swift
class AWSLocationBatchDeleteDevicePositionHistoryError
Contains the tracker resource details.
Required parameters: [DeviceId, Error]
-
The ID of the device for this position.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable deviceId;
Swift
var deviceId: String? { get set }
-
Contains the batch request error details associated with the request.
Declaration
Objective-C
@property (nonatomic, strong) AWSLocationBatchItemError *_Nullable error;
Swift
var error: AWSLocationBatchItemError? { get set }