Class: Aws::ComputeOptimizerAutomation::Types::ResourceNotFoundException

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

Overview

The specified resource was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1935
1936
1937
1938
1939
# File 'gems/aws-sdk-computeoptimizerautomation/lib/aws-sdk-computeoptimizerautomation/types.rb', line 1935

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