Class: Aws::XRay::Types::ErrorRootCauseEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ErrorRootCauseEntity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
A collection of segments and corresponding subsegments associated to a trace summary error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exceptions ⇒ Array<Types::RootCauseException>
The types and messages of the exceptions.
-
#name ⇒ String
The name of the entity.
-
#remote ⇒ Boolean
A flag that denotes a remote subsegment.
Instance Attribute Details
#exceptions ⇒ Array<Types::RootCauseException>
The types and messages of the exceptions.
533 534 535 536 537 538 539 |
# File 'lib/aws-sdk-xray/types.rb', line 533 class ErrorRootCauseEntity < Struct.new( :name, :exceptions, :remote) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the entity.
533 534 535 536 537 538 539 |
# File 'lib/aws-sdk-xray/types.rb', line 533 class ErrorRootCauseEntity < Struct.new( :name, :exceptions, :remote) SENSITIVE = [] include Aws::Structure end |
#remote ⇒ Boolean
A flag that denotes a remote subsegment.
533 534 535 536 537 538 539 |
# File 'lib/aws-sdk-xray/types.rb', line 533 class ErrorRootCauseEntity < Struct.new( :name, :exceptions, :remote) SENSITIVE = [] include Aws::Structure end |