Class: Aws::CloudWatch::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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
5134 5135 5136 5137 5138 5139 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 5134 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
5134 5135 5136 5137 5138 5139 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 5134 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |