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.



17
18
19
# File 'lib/sqrewdriver/errors.rb', line 17

def initialize(failed)
  @failed = failed
end

Instance Attribute Details

#failedObject (readonly)

Returns the value of attribute failed.



15
16
17
# File 'lib/sqrewdriver/errors.rb', line 15

def failed
  @failed
end