Class: Aws::XRay::Types::RootCauseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::RootCauseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
The exception associated with a root cause.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message of the exception.
-
#name ⇒ String
The name of the exception.
Instance Attribute Details
#message ⇒ String
The message of the exception.
2635 2636 2637 2638 2639 2640 |
# File 'lib/aws-sdk-xray/types.rb', line 2635 class RootCauseException < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the exception.
2635 2636 2637 2638 2639 2640 |
# File 'lib/aws-sdk-xray/types.rb', line 2635 class RootCauseException < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |