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