Exception: Sqrewdriver::SendMessageBatchFailure
- Inherits:
-
StandardError
- Object
- StandardError
- Sqrewdriver::SendMessageBatchFailure
- Defined in:
- lib/sqrewdriver/errors.rb
Instance Attribute Summary collapse
-
#failed ⇒ Object
readonly
Returns the value of attribute failed.
Instance Method Summary collapse
-
#initialize(failed) ⇒ SendMessageBatchFailure
constructor
A new instance of SendMessageBatchFailure.
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
#failed ⇒ Object (readonly)
Returns the value of attribute failed.
19 20 21 |
# File 'lib/sqrewdriver/errors.rb', line 19 def failed @failed end |