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

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

Overview

The root cause of a trace summary error.

Instance Attribute Summary collapse

Instance Attribute Details

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



417
418
419
420
# File 'lib/aws-sdk-xray/types.rb', line 417

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