You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::ErrorRootCause

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The root cause of a trace summary error.

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::ErrorRootCauseService>

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

Returns: