You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::TimestreamWrite::Types::RejectedRecord

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Records that were not successfully inserted into Timestream due to data validation issues that must be resolved prior to reinserting time series data into the system.

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

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

  • Records with duplicate data where there are multiple records with the same dimensions, timestamps, and measure names but different measure values.

  • Records with timestamps that lie outside the retention duration of the memory store

  • Records with dimensions or measures that exceed the Timestream defined limits.

For more information, see Access Management in the Timestream Developer Guide.

Returns:

  • (String)

    The reason why a record was not successfully inserted into Timestream.

#record_indexInteger

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

Returns:

  • (Integer)

    The index of the record in the input request for WriteRecords.