Class: Aws::ObservabilityAdmin::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
The specified resource (such as a telemetry rule) could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The identifier of the resource which could not be found.
-
#resource_type ⇒ String
The type of the resource which could not be found.
Instance Attribute Details
#message ⇒ String
1878 1879 1880 1881 1882 1883 1884 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1878 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource which could not be found.
1878 1879 1880 1881 1882 1883 1884 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1878 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource which could not be found.
1878 1879 1880 1881 1882 1883 1884 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1878 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |