Class: Aws::Connect::Errors::InternalServiceException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServiceException.

Parameters:



190
191
192
# File 'lib/aws-sdk-connect/errors.rb', line 190

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

Instance Method Details

#messageString

Returns:

  • (String)


195
# File 'lib/aws-sdk-connect/errors.rb', line 195

def message: () -> ::String