Class: Aws::CloudWatch::Types::ResourceNotFoundException

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

#resource_idString

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 4293

class ResourceNotFoundException < Struct.new(
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 4293

class ResourceNotFoundException < Struct.new(
  :resource_type,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end