Class: Aws::XRay::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::ResourceNotFoundException
- 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
#message ⇒ String
2450 2451 2452 2453 2454 2455 |
# File 'lib/aws-sdk-xray/types.rb', line 2450 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
2450 2451 2452 2453 2454 2455 |
# File 'lib/aws-sdk-xray/types.rb', line 2450 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |