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

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

#messageString

Returns:

  • (String)


4937
4938
4939
4940
4941
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 4937

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