Class: Aws::CloudWatchOmni::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
The specified resource does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code associated with the failure.
-
#message ⇒ String
-
#resource_id ⇒ String
The identifier of the resource that could not be found.
-
#resource_type ⇒ String
The type of the resource that could not be found.
Instance Attribute Details
#error_code ⇒ String
The error code associated with the failure.
4260 4261 4262 4263 4264 4265 4266 4267 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4260 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_id, :error_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4260 4261 4262 4263 4264 4265 4266 4267 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4260 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_id, :error_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that could not be found. Not always present.
4260 4261 4262 4263 4264 4265 4266 4267 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4260 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_id, :error_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that could not be found. Not always present.
4260 4261 4262 4263 4264 4265 4266 4267 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4260 class ResourceNotFoundException < Struct.new( :message, :resource_type, :resource_id, :error_code) SENSITIVE = [] include Aws::Structure end |