Class: Aws::ComputeOptimizerAutomation::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizerAutomation::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizerautomation/types.rb
Overview
An internal error occurred while processing the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1098 1099 1100 1101 1102 |
# File 'lib/aws-sdk-computeoptimizerautomation/types.rb', line 1098 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |