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
show all
Defined in:
(unknown)

Overview

The root cause information for a trace summary fault.

Instance Attribute Summary collapse

Instance Attribute Details

#client_impactingBoolean

A flag that denotes that the root cause impacts the trace client.

Returns:

  • (Boolean)

    A flag that denotes that the root cause impacts the trace client.

#servicesArray<Types::FaultRootCauseService>

A list of corresponding services. A service identifies a segment and it contains a name, account ID, type, and inferred flag.

Returns: