Class: Aws::ComputeOptimizerAutomation::Errors::ServiceUnavailableException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceUnavailableException.

Parameters:



204
205
206
# File 'lib/aws-sdk-computeoptimizerautomation/errors.rb', line 204

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

Instance Method Details

#messageString

Returns:

  • (String)


209
# File 'lib/aws-sdk-computeoptimizerautomation/errors.rb', line 209

def message: () -> ::String