Class: Aws::SQS::Types::ChangeMessageVisibilityBatchResult

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

Overview

For each message in the batch, the response contains a ChangeMessageVisibilityBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failedArray<Types::BatchResultErrorEntry>

A list of BatchResultErrorEntry items.

Returns:



219
220
221
222
223
224
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 219

class ChangeMessageVisibilityBatchResult < Struct.new(
  :successful,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end

#successfulArray<Types::ChangeMessageVisibilityBatchResultEntry>

A list of ChangeMessageVisibilityBatchResultEntry items.



219
220
221
222
223
224
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 219

class ChangeMessageVisibilityBatchResult < Struct.new(
  :successful,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end