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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

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

Returns:

  • (String)


116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 116

class BatchResultErrorEntry < Struct.new(
  :id,
  :sender_fault,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The Id of an entry in a batch request.

Returns:

  • (String)


116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 116

class BatchResultErrorEntry < Struct.new(
  :id,
  :sender_fault,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message explaining why the action failed on this entry.

Returns:

  • (String)


116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 116

class BatchResultErrorEntry < Struct.new(
  :id,
  :sender_fault,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#sender_faultBoolean

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

Returns:

  • (Boolean)


116
117
118
119
120
121
122
123
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 116

class BatchResultErrorEntry < Struct.new(
  :id,
  :sender_fault,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end