class Aws::TimestreamWrite::Types::RejectedRecordsException
WriteRecords would throw this exception in the following cases:
-
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.
[1]: docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html
@!attribute [rw] message
@return [String]
@!attribute [rw] rejected_records
@return [Array<Types::RejectedRecord>]
@see docs.aws.amazon.com/goto/WebAPI/timestream-write-2018-11-01/RejectedRecordsException AWS API Documentation
Constants
- SENSITIVE