Class: Aws::XRay::Types::FaultRootCauseEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::FaultRootCauseEntity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
A collection of segments and corresponding subsegments associated to a trace summary fault 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.
647 648 649 650 651 652 653 |
# File 'lib/aws-sdk-xray/types.rb', line 647 class FaultRootCauseEntity < Struct.new( :name, :exceptions, :remote) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the entity.
647 648 649 650 651 652 653 |
# File 'lib/aws-sdk-xray/types.rb', line 647 class FaultRootCauseEntity < Struct.new( :name, :exceptions, :remote) SENSITIVE = [] include Aws::Structure end |
#remote ⇒ Boolean
A flag that denotes a remote subsegment.
647 648 649 650 651 652 653 |
# File 'lib/aws-sdk-xray/types.rb', line 647 class FaultRootCauseEntity < Struct.new( :name, :exceptions, :remote) SENSITIVE = [] include Aws::Structure end |