Class: Aws::Amplify::Errors::InternalFailureException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalFailureException.

Parameters:



79
80
81
# File 'lib/aws-sdk-amplify/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-amplify/errors.rb', line 84

def message: () -> ::String