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

Class: Aws::IoTEventsData::Types::BatchUpdateDetectorErrorEntry

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

Overview

Information about the error that occured when attempting to update a detector.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The code of the error.

Possible values:

  • ResourceNotFoundException
  • InvalidRequestException
  • InternalFailureException
  • ServiceUnavailableException
  • ThrottlingException

Returns:

  • (String)

    The code of the error.

#error_messageString

A message describing the error.

Returns:

  • (String)

    A message describing the error.

#message_idString

The "messageId" of the update request that caused the error. (The value of the "messageId" in the update request "Detector" object.)

Returns:

  • (String)

    The "messageId" of the update request that caused the error.