Class: Aws::SSMQuickSetup::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::InternalServerException
- Defined in:
- gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb
Overview
An error occurred on the server side.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1160 1161 1162 1163 1164 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1160 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |