Class: Aws::WorkSpaces::Types::InternalServerException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3168
3169
3170
3171
3172
# File 'lib/aws-sdk-workspaces/types.rb', line 3168

class InternalServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end