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

Class: Aws::IoTEventsData::Types::BatchPutMessageErrorEntry

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

Overview

Contains information about the errors encountered.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The code associated with the error.

Possible values:

  • ResourceNotFoundException
  • InvalidRequestException
  • InternalFailureException
  • ServiceUnavailableException
  • ThrottlingException

Returns:

  • (String)

    The code associated with the error.

#error_messageString

More information about the error.

Returns:

  • (String)

    More information about 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.