Class: Aws::ComputeOptimizer::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::InternalServerException
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
An internal error has occurred. Try your call again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4763 4764 4765 4766 4767 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4763 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |