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