Class | AWS::SQS::Errors::BatchSendError |
In: |
lib/aws/sqs/errors.rb
|
Parent: | StandardError |
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+ |
sent | [R] |
@return [Array<Queue::SentMessage>] Returns a list
of
{Queue::SentMessage} objects. |