AWSLocationBatchItemError
Objective-C
@interface AWSLocationBatchItemError
Swift
class AWSLocationBatchItemError
Contains the batch request error details associated with the request.
-
The error code associated with the batch request error.
Declaration
Objective-C
@property (nonatomic) AWSLocationBatchItemErrorCode code;Swift
var code: AWSLocationBatchItemErrorCode { get set } -
A message with the reason for the batch request error.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;Swift
var message: String? { get set }
View on GitHub
Install in Dash
AWSLocationBatchItemError Class Reference