Exception: Aws::Xray::Context::SegmentDidNotStartError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Aws::Xray::Context::SegmentDidNotStartError
- Defined in:
- lib/aws/xray/context.rb
Instance Method Summary collapse
-
#initialize ⇒ SegmentDidNotStartError
constructor
A new instance of SegmentDidNotStartError.
Constructor Details
#initialize ⇒ SegmentDidNotStartError
Returns a new instance of SegmentDidNotStartError.
18 19 20 |
# File 'lib/aws/xray/context.rb', line 18 def initialize super('Segment did not start yet') end |