Class: Aws::XRay::Types::FaultRootCause

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-xray/types.rb

Overview

The root cause information for a trace summary fault.

Instance Attribute Summary collapse

Instance Attribute Details

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



522
523
524
525
# File 'lib/aws-sdk-xray/types.rb', line 522

class FaultRootCause < Struct.new(
  :services)
  include Aws::Structure
end