Class: Aws::XRay::Types::ErrorRootCauseEntity

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

Overview

A collection of segments and corresponding subsegments associated to a trace summary error.

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionsArray<Types::RootCauseException>

The types and messages of the exceptions.

Returns:



439
440
441
442
443
444
# File 'lib/aws-sdk-xray/types.rb', line 439

class ErrorRootCauseEntity < Struct.new(
  :name,
  :exceptions,
  :remote)
  include Aws::Structure
end

#nameString

The name of the entity.

Returns:

  • (String)


439
440
441
442
443
444
# File 'lib/aws-sdk-xray/types.rb', line 439

class ErrorRootCauseEntity < Struct.new(
  :name,
  :exceptions,
  :remote)
  include Aws::Structure
end

#remoteBoolean

A flag that denotes a remote subsegment.

Returns:

  • (Boolean)


439
440
441
442
443
444
# File 'lib/aws-sdk-xray/types.rb', line 439

class ErrorRootCauseEntity < Struct.new(
  :name,
  :exceptions,
  :remote)
  include Aws::Structure
end