Method: Aws::XRay::Types::ErrorRootCauseService#inferred
- Defined in:
- lib/aws-sdk-xray/types.rb
#inferred ⇒ Boolean
A Boolean value indicating if the service is inferred from the trace.
571 572 573 574 575 576 577 578 579 580 |
# File 'lib/aws-sdk-xray/types.rb', line 571 class ErrorRootCauseService < Struct.new( :name, :names, :type, :account_id, :entity_path, :inferred) SENSITIVE = [] include Aws::Structure end |