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