Class: Aws::XRay::Types::ResourceNotFoundException

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

Overview

The resource was not found. Verify that the name or Amazon Resource Name (ARN) of the resource is correct.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2160
2161
2162
2163
2164
2165
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2160

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

#resource_nameString

Returns:

  • (String)


2160
2161
2162
2163
2164
2165
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2160

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