Class: Aws::StorageGateway::Errors::InternalServerError

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerError.

Parameters:



45
46
47
# File 'lib/aws-sdk-storagegateway/errors.rb', line 45

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

Instance Method Details

#errorString

Returns:

  • (String)


55
# File 'lib/aws-sdk-storagegateway/errors.rb', line 55

def error: () -> ::String

#messageString

Returns:

  • (String)


50
# File 'lib/aws-sdk-storagegateway/errors.rb', line 50

def message: () -> ::String