Class: Aws::ObservabilityAdmin::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-observabilityadmin/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
1703 1704 1705 1706 1707 1708 1709 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1703 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.
1703 1704 1705 1706 1707 1708 1709 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1703 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.
1703 1704 1705 1706 1707 1708 1709 |
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1703 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |