Class: Aws::LambdaMicrovms::Errors::InternalServerException

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) ⇒ InternalServerException

Returns a new instance of InternalServerException.

Parameters:



109
110
111
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 109

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#retry_after_secondsString

Returns:

  • (String)


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

def retry_after_seconds: () -> ::String

#retryable?Boolean

Returns:

  • (Boolean)


123
124
125
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 123

def retryable?
  true
end