Class: Aws::CloudWatch::Types::ResourceNotFound

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4408
4409
4410
4411
4412
# File 'lib/aws-sdk-cloudwatch/types.rb', line 4408

class ResourceNotFound < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end