class AWS::SQS::Errors::BatchChangeVisibilityError


See {#failures} for a complete list of failures.
of the updates fail.
Raised from a batch change message visibility call when one or more

def initialize failures

def initialize failures
  @failures = failures
  super("Failed to change visibility for #{failures.size} messages")
end