Show / Hide Table of Contents

Class DynamoTableBatchWriteItemsMaxAttemptsExceededException

The DynamoTableBatchWriteItemsMaxAttemptsExceededException exception is throw when BatchWriteItems() has reached its retry limit.

Inheritance
System.Object
System.Exception
ADynamoException
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.Collections.Generic.IEnumerable<Amazon.DynamoDBv2.Model.WriteRequest>
In This Article
Back to top Generated by DocFX