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)


27500
27501
27502
27503
27504
27505
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27500

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

#messageString

Returns:

  • (String)


27500
27501
27502
27503
27504
27505
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27500

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