Class: Aws::ComputeOptimizer::Types::ServiceUnavailableException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb

Overview

The request has failed due to a temporary failure of the server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5693
5694
5695
5696
5697
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5693

class ServiceUnavailableException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end