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
- Struct
- Aws::SQS::Types::BatchResultErrorEntry
- Defined in:
- (unknown)
Overview
Gives a detailed description of the result of an action on each entry in the request.
Instance Attribute Summary collapse
-
#code ⇒ String
An error code representing why the action failed on this entry.
-
#id ⇒ String
The
Id
of an entry in a batch request. -
#message ⇒ String
A message explaining why the action failed on this entry.
-
#sender_fault ⇒ Boolean
Specifies whether the error happened due to the caller of the batch API action.
Instance Attribute Details
#code ⇒ String
An error code representing why the action failed on this entry.
#id ⇒ String
The Id
of an entry in a batch request.
#message ⇒ String
A message explaining why the action failed on this entry.
#sender_fault ⇒ Boolean
Specifies whether the error happened due to the caller of the batch API action.