Class: Aws::CloudWatch::Types::ResourceNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::ResourceNotFound
- 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
#message ⇒ String
4089 4090 4091 4092 4093 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 4089 class ResourceNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |