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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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)


28545
28546
28547
28548
28549
28550
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28545

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

#messageString

Returns:

  • (String)


28545
28546
28547
28548
28549
28550
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 28545

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