Class: Aws::WorkSpaces::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Unexpected server error occured.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3128 3129 3130 3131 3132 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3128 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |