class Aws::Xray::QueueIsFullError
Attributes
error[R]
Public Class Methods
new(error)
click to toggle source
Calls superclass method
# File lib/aws/xray/errors.rb, line 33 def initialize(error) @error = error super('The queue exceeds max size') end