Class: Aws::SecurityHub::Types::ResourceNotFoundException

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

Overview

The request was rejected because we can’t find the specified resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


28730
28731
28732
28733
28734
28735
# File 'lib/aws-sdk-securityhub/types.rb', line 28730

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

#messageString

Returns:

  • (String)


28730
28731
28732
28733
28734
28735
# File 'lib/aws-sdk-securityhub/types.rb', line 28730

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