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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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)


2773
2774
2775
2776
2777
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2773

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