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

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

Overview

The exception associated with a root cause.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message of the exception.

Returns:

  • (String)


1360
1361
1362
1363
1364
# File 'lib/aws-sdk-xray/types.rb', line 1360

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

#nameString

The name of the exception.

Returns:

  • (String)


1360
1361
1362
1363
1364
# File 'lib/aws-sdk-xray/types.rb', line 1360

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