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

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

Overview

The root cause of a trace summary error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_impactingBoolean

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

Returns:

  • (Boolean)


493
494
495
496
497
498
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 493

class ErrorRootCause < Struct.new(
  :services,
  :client_impacting)
  SENSITIVE = []
  include Aws::Structure
end

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



493
494
495
496
497
498
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 493

class ErrorRootCause < Struct.new(
  :services,
  :client_impacting)
  SENSITIVE = []
  include Aws::Structure
end