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

Class: Aws::SQS::Types::BatchResultErrorEntry

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

Overview

Gives a detailed description of the result of an action on each entry in the request.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

An error code representing why the action failed on this entry.

Returns:

  • (String)

    An error code representing why the action failed on this entry.

#idString

The Id of an entry in a batch request.

Returns:

  • (String)

    The Id of an entry in a batch request.

#messageString

A message explaining why the action failed on this entry.

Returns:

  • (String)

    A message explaining why the action failed on this entry.

#sender_faultBoolean

Specifies whether the error happened due to the caller of the batch API action.

Returns:

  • (Boolean)

    Specifies whether the error happened due to the caller of the batch API action.