Class: Aws::SecurityHub::Errors::ResourceNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-securityhub/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException

Returns a new instance of ResourceNotFoundException.

Parameters:



277
278
279
# File 'lib/aws-sdk-securityhub/errors.rb', line 277

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#codeString

Returns:

  • (String)


287
# File 'lib/aws-sdk-securityhub/errors.rb', line 287

def code: () -> ::String

#messageString

Returns:

  • (String)


282
# File 'lib/aws-sdk-securityhub/errors.rb', line 282

def message: () -> ::String