Class: Aws::CloudWatch::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
The named resource does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#resource_id ⇒ String
5594 5595 5596 5597 5598 5599 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 5594 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
5594 5595 5596 5597 5598 5599 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 5594 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |