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