Exception: Aws::Xray::QueueIsFullError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/aws/xray/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#errorObject (readonly)

Returns the value of attribute error.



31
32
33
# File 'lib/aws/xray/errors.rb', line 31

def error
  @error
end