Class: Aws::CloudWatchOmni::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

The specified resource does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code associated with the failure.

Returns:

  • (String)


4260
4261
4262
4263
4264
4265
4266
4267
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4260

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

#messageString

Returns:

  • (String)


4260
4261
4262
4263
4264
4265
4266
4267
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4260

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

#resource_idString

The identifier of the resource that could not be found. Not always present.

Returns:

  • (String)


4260
4261
4262
4263
4264
4265
4266
4267
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4260

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

#resource_typeString

The type of the resource that could not be found. Not always present.

Returns:

  • (String)


4260
4261
4262
4263
4264
4265
4266
4267
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4260

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