Exception: Sqrewdriver::SendMessageBatchFailure

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sqrewdriver/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(failed) ⇒ SendMessageBatchFailure

Returns a new instance of SendMessageBatchFailure.



21
22
23
# File 'lib/sqrewdriver/errors.rb', line 21

def initialize(failed)
  @failed = failed
end

Instance Attribute Details

#failedObject (readonly)

Returns the value of attribute failed.



19
20
21
# File 'lib/sqrewdriver/errors.rb', line 19

def failed
  @failed
end