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
4424 4425 4426 4427 4428 4429 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 4424 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
4424 4425 4426 4427 4428 4429 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 4424 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |