Skip to content

DynamoDB  >  Structures  >  BatchStatementResponse

BatchStatementResponse

Structure Class

BatchStatementResponse dataclass

A PartiQL batch statement response..

Attributes

error class-attribute instance-attribute
error: BatchStatementError | None = None

The error associated with a failed PartiQL batch statement.

item class-attribute instance-attribute
item: dict[str, AttributeValue] | None = None

A DynamoDB item associated with a BatchStatementResponse

table_name class-attribute instance-attribute
table_name: str | None = None

The table name associated with a failed PartiQL batch statement.