Class: Aws::SecurityHub::Errors::InvalidInputException

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) ⇒ InvalidInputException

Returns a new instance of InvalidInputException.

Parameters:



157
158
159
# File 'lib/aws-sdk-securityhub/errors.rb', line 157

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

Instance Method Details

#codeString

Returns:

  • (String)


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

def code: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String