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

Class: Aws::IoTAnalytics::Types::BatchPutMessageErrorEntry

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

Overview

Contains informations about errors.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The code associated with the error.

Returns:

  • (String)

    The code associated with the error.

#error_messageString

The message associated with the error.

Returns:

  • (String)

    The message associated with the error.

#message_idString

The ID of the message that caused the error. See the value corresponding to the messageId key in the message object.

Returns:

  • (String)

    The ID of the message that caused the error.