Exception: Aws::Xray::SegmentDidNotStartError

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

Instance Method Summary collapse

Constructor Details

#initializeSegmentDidNotStartError

Returns a new instance of SegmentDidNotStartError.



13
14
15
# File 'lib/aws/xray/errors.rb', line 13

def initialize
  super('Segment did not start yet')
end