Class: Aws::LambdaMicrovms::Errors::ServiceException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceException.

Parameters:



182
183
184
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 182

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

Instance Method Details

#messageString

Returns:

  • (String)


192
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 192

def message: () -> ::String

#typeString

Returns:

  • (String)


187
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 187

def type: () -> ::String