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

#message ⇒ String

Returns:

  • (String)


5866
5867
5868
5869
5870
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 5866

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