class Aws::Xray::SegmentDidNotStartError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/aws/xray/errors.rb, line 13 def initialize super('Segment did not start yet') end