AWSDynamoDBBatchStatementErrorCodeEnum
Objective-C
NS_ENUM(NSInteger, AWSDynamoDBBatchStatementErrorCodeEnum) {
AWSDynamoDBBatchStatementErrorCodeEnumUnknown,
AWSDynamoDBBatchStatementErrorCodeEnumConditionalCheckFailed,
AWSDynamoDBBatchStatementErrorCodeEnumItemCollectionSizeLimitExceeded,
AWSDynamoDBBatchStatementErrorCodeEnumRequestLimitExceeded,
AWSDynamoDBBatchStatementErrorCodeEnumValidationError,
AWSDynamoDBBatchStatementErrorCodeEnumProvisionedThroughputExceeded,
AWSDynamoDBBatchStatementErrorCodeEnumTransactionConflict,
AWSDynamoDBBatchStatementErrorCodeEnumThrottlingError,
AWSDynamoDBBatchStatementErrorCodeEnumInternalServerError,
AWSDynamoDBBatchStatementErrorCodeEnumResourceNotFound,
AWSDynamoDBBatchStatementErrorCodeEnumAccessDenied,
AWSDynamoDBBatchStatementErrorCodeEnumDuplicateItem,
}
Swift
enum AWSDynamoDBBatchStatementErrorCodeEnum : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSDynamoDBBatchStatementErrorCodeEnumUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSDynamoDBBatchStatementErrorCodeEnumConditionalCheckFailed
Swift
case conditionalCheckFailed = 1
-
Undocumented
Declaration
Objective-C
AWSDynamoDBBatchStatementErrorCodeEnumItemCollectionSizeLimitExceeded
Swift
case itemCollectionSizeLimitExceeded = 2
-
Undocumented
Declaration
Objective-C
AWSDynamoDBBatchStatementErrorCodeEnumRequestLimitExceeded
Swift
case requestLimitExceeded = 3
-
Undocumented
Declaration
Objective-C
AWSDynamoDBBatchStatementErrorCodeEnumValidationError
Swift
case validationError = 4
-
Undocumented
Declaration
Objective-C
AWSDynamoDBBatchStatementErrorCodeEnumProvisionedThroughputExceeded
Swift
case provisionedThroughputExceeded = 5
-
Undocumented
Declaration
Objective-C
AWSDynamoDBBatchStatementErrorCodeEnumTransactionConflict
Swift
case transactionConflict = 6
-
Undocumented
Declaration
Objective-C
AWSDynamoDBBatchStatementErrorCodeEnumThrottlingError
Swift
case throttlingError = 7
-
Undocumented
Declaration
Objective-C
AWSDynamoDBBatchStatementErrorCodeEnumInternalServerError
Swift
case internalServerError = 8
-
Undocumented
Declaration
Objective-C
AWSDynamoDBBatchStatementErrorCodeEnumResourceNotFound
Swift
case resourceNotFound = 9
-
Undocumented
Declaration
Objective-C
AWSDynamoDBBatchStatementErrorCodeEnumAccessDenied
Swift
case accessDenied = 10
-
Undocumented
Declaration
Objective-C
AWSDynamoDBBatchStatementErrorCodeEnumDuplicateItem
Swift
case duplicateItem = 11