Class: Aws::Schemas::Errors::InternalServerErrorException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerErrorException.

Parameters:



132
133
134
# File 'lib/aws-sdk-schemas/errors.rb', line 132

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

Instance Method Details

#codeString

Returns:

  • (String)


137
# File 'lib/aws-sdk-schemas/errors.rb', line 137

def code: () -> ::String

#messageString

Returns:

  • (String)


142
# File 'lib/aws-sdk-schemas/errors.rb', line 142

def message: () -> ::String