Class AWS::SQS::Errors::BatchChangeVisibilityError
In: lib/aws/sqs/errors.rb
Parent: StandardError

Raised from a batch change message visibility call when one or more of the updates fail.

See {failures} for a complete list of failures.

Methods

new  

Attributes

failures  [R]  @return [Array<Hash>] Returns a list of hashes. Each hash
  contains information about one message that failed to change
  visibility. Hash keys include:

  * `:error_code`
  * `:error_message`
  * `:sender_fault`
  * `:receipt_handle`

Public Class methods

[Validate]