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
6553 6554 6555 6556 6557 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6553 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |