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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2232
2233
2234
2235
2236
2237
# File 'lib/aws-sdk-xray/types.rb', line 2232

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

#resource_nameString

Returns:

  • (String)


2232
2233
2234
2235
2236
2237
# File 'lib/aws-sdk-xray/types.rb', line 2232

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