Class: Aws::SimSpaceWeaver::Errors::InternalServerException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerException.

Parameters:



79
80
81
# File 'lib/aws-sdk-simspaceweaver/errors.rb', line 79

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

Instance Method Details

#messageString

Returns:

  • (String)


84
# File 'lib/aws-sdk-simspaceweaver/errors.rb', line 84

def message: () -> ::String