TableStatus
class TableStatus
A structure containing information about the state of an asynchronous change to a table.
Types
Properties
Link copied to clipboard
Indicates which action was called on the table, currently only CREATE
or UPDATE
.
Link copied to clipboard
A StatusDetails
object with information about the requested change.
Link copied to clipboard
An error that will only appear when the state is "FAILED". This is a parent level exception message, there may be different Error
s for each dialect.
Link copied to clipboard
The ARN of the user who requested the asynchronous change.
Link copied to clipboard
An ISO 8601 formatted date string indicating the time that the change was initiated.
Link copied to clipboard
A generic status for the change in progress, such as QUEUED, IN_PROGRESS, SUCCESS, or FAILED.
Link copied to clipboard
An ISO 8601 formatted date string indicating the time that the state was last updated.