Table of Contents

Class BatchStatementError

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

An error associated with a statement in a PartiQL batch that was run.

public class BatchStatementError
Inheritance
BatchStatementError
Inherited Members

Constructors

BatchStatementError()

public BatchStatementError()

Properties

Code

Gets and sets the property Code.

The error code associated with the failed PartiQL batch statement.

public BatchStatementErrorCodeEnum Code { get; set; }

Property Value

BatchStatementErrorCodeEnum

Message

Gets and sets the property Message.

The error message associated with the PartiQL batch response.

public string Message { get; set; }

Property Value

string