Class: Aws::SNS::Errors::InternalErrorException Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use InternalError instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalErrorException.

Parameters:



228
229
230
# File 'lib/aws-sdk-sns/errors.rb', line 228

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

Instance Method Details

#messageString

Returns:

  • (String)


233
# File 'lib/aws-sdk-sns/errors.rb', line 233

def message: () -> ::String