You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::XRay::Types::FaultRootCause
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::FaultRootCause
- Defined in:
- (unknown)
Overview
The root cause information for a trace summary fault.
Instance Attribute Summary collapse
-
#client_impacting ⇒ Boolean
A flag that denotes that the root cause impacts the trace client.
-
#services ⇒ Array<Types::FaultRootCauseService>
A list of corresponding services.
Instance Attribute Details
#client_impacting ⇒ Boolean
A flag that denotes that the root cause impacts the trace client.
#services ⇒ Array<Types::FaultRootCauseService>
A list of corresponding services. A service identifies a segment and it contains a name, account ID, type, and inferred flag.