Class: Aws::IoTEvents::Errors::InternalFailureException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalFailureException.

Parameters:



51
52
53
# File 'lib/aws-sdk-iotevents/errors.rb', line 51

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

Instance Method Details

#messageString

Returns:

  • (String)


56
# File 'lib/aws-sdk-iotevents/errors.rb', line 56

def message: () -> ::String