TableStatus

A structure containing information about the state of an asynchronous change to a table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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 Errors 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

The ARN of the user to last manually alter the asynchronous change (requesting cancellation, etc).

Link copied to clipboard

An ISO 8601 formatted date string indicating the time that the state was last updated.

Functions

Link copied to clipboard
inline fun copy(block: TableStatus.Builder.() -> Unit = {}): TableStatus
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String