Class: Aws::SecurityHub::Errors::InternalServerException

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

Returns a new instance of InternalServerException.

Parameters:



117
118
119
# File 'lib/aws-sdk-securityhub/errors.rb', line 117

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

Instance Method Details

#codeString

Returns:

  • (String)


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

def code: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String