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_code ⇒ String

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

#message ⇒ String

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_id ⇒ String

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_type ⇒ String

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