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

Class: Aws::Firehose::Types::PutRecordBatchResponseEntry

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

Overview

Contains the result for an individual record from a PutRecordBatch request. If the record is successfully added to your delivery stream, it receives a record ID. If the record fails to be added to your delivery stream, the result includes an error code and an error message.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code for an individual record result.

Returns:

  • (String)

    The error code for an individual record result.

#error_messageString

The error message for an individual record result.

Returns:

  • (String)

    The error message for an individual record result.

#record_idString

The ID of the record.

Returns:

  • (String)

    The ID of the record.