AWSLocationBatchItemErrorCode

Objective-C

NS_ENUM(NSInteger, AWSLocationBatchItemErrorCode) {
    AWSLocationBatchItemErrorCodeUnknown,
    AWSLocationBatchItemErrorCodeAccessDeniedError,
    AWSLocationBatchItemErrorCodeConflictError,
    AWSLocationBatchItemErrorCodeInternalServerError,
    AWSLocationBatchItemErrorCodeResourceNotFoundError,
    AWSLocationBatchItemErrorCodeThrottlingError,
    AWSLocationBatchItemErrorCodeValidationError,
}

Swift

enum AWSLocationBatchItemErrorCode : Int, @unchecked Sendable

Undocumented