class Aws::Xray::MissingNameError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/aws/xray/errors.rb, line 19 def initialize super("`name` is empty. Configure this with `Aws::Xray.config.name = 'my-app'`.") end