Class: Aws::S3Files::Errors::InternalServerException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerException.

Parameters:



78
79
80
# File 'lib/aws-sdk-s3files/errors.rb', line 78

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

Instance Method Details

#error_codeString

Returns:

  • (String)


83
# File 'lib/aws-sdk-s3files/errors.rb', line 83

def error_code: () -> ::String

#messageString

Returns:

  • (String)


88
# File 'lib/aws-sdk-s3files/errors.rb', line 88

def message: () -> ::String