Class: Aws::Inspector2::Types::ResourceNotFoundException

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

Overview

The operation tried to access an invalid resource. Make sure the resource is specified correctly.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6025
6026
6027
6028
6029
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6025

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