Class DynamoTableBatchWriteItemsMaxAttemptsExceededException
The Dynamo
Inheritance
System.Object
System.Exception
DynamoTableBatchWriteItemsMaxAttemptsExceededException
Namespace: LambdaSharp.DynamoDB.Native.Exceptions
Assembly: LambdaSharp.DynamoDB.Native.dll
Syntax
public class DynamoTableBatchWriteItemsMaxAttemptsExceededException : ADynamoException, ISerializable
Properties
UnprocessedItems
The items that were not successfully written by the BatchWriteItems operation.
Declaration
public IEnumerable<WriteRequest> UnprocessedItems { get; }
Property Value
Type | Description |
---|---|
System. |