RejectedRecord

Represents records that were not successfully inserted into Timestream due to data validation issues that must be resolved before reinserting time-series data into the system.

Types

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

Properties

Link copied to clipboard

The existing version of the record. This value is populated in scenarios where an identical record exists with a higher version than the version in the write request.

Link copied to clipboard

The reason why a record was not successfully inserted into Timestream. Possible causes of failure include:

Link copied to clipboard

The index of the record in the input request for WriteRecords. Indexes begin with 0.

Functions

Link copied to clipboard
inline fun copy(block: RejectedRecord.Builder.() -> Unit = {}): RejectedRecord
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