Class: Aws::ObservabilityAdmin::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-observabilityadmin/types.rb

Overview

The specified resource (such as a telemetry rule) could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1878

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

#resource_idString

The identifier of the resource which could not be found.

Returns:

  • (String)


1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1878

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

#resource_typeString

The type of the resource which could not be found.

Returns:

  • (String)


1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1878

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