Class: Aws::XRay::Types::RootCauseException

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

Overview

The exception associated with a root cause.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message of the exception.

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2297

class RootCauseException < Struct.new(
  :name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the exception.

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2297

class RootCauseException < Struct.new(
  :name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end