Exception: Aws::Xray::QueueIsFullError
- Defined in:
- lib/aws/xray/errors.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
Instance Method Summary collapse
-
#initialize(error) ⇒ QueueIsFullError
constructor
A new instance of QueueIsFullError.
Constructor Details
#initialize(error) ⇒ QueueIsFullError
Returns a new instance of QueueIsFullError.
33 34 35 36 |
# File 'lib/aws/xray/errors.rb', line 33 def initialize(error) @error = error super('The queue exceeds max size') end |
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error.
31 32 33 |
# File 'lib/aws/xray/errors.rb', line 31 def error @error end |