AWSDynamoDBCancellationReason Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSDynamoDBModel.h AWSDynamoDBModel.m |
Overview
An ordered list of errors for each item in the request which caused the transaction to get cancelled. The values of the list are ordered according to the ordering of the [code](#//api/name/code)TransactWriteItems request parameter. If no error occurred for the associated item an error with a Null code and Null message will be present.
code
Status code for the result of the cancelled transaction.
@property (nonatomic, strong) NSString *code
Declared In
AWSDynamoDBModel.h
item
Item in the request which caused the transaction to get cancelled.
@property (nonatomic, strong) NSDictionary<NSString*AWSDynamoDBAttributeValue*> *item
Declared In
AWSDynamoDBModel.h
message
Cancellation reason message description.
@property (nonatomic, strong) NSString *message
Declared In
AWSDynamoDBModel.h