Class: Aws::ComputeOptimizer::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
7105 7106 7107 7108 7109 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 7105 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |