Class: Aws::WorkspacesInstances::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesinstances/types.rb

Overview

Indicates an unexpected server-side error occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the internal server error.

Returns:

  • (String)


856
857
858
859
860
861
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 856

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

#retry_after_secondsInteger

Recommended wait time before retrying the request.

Returns:

  • (Integer)


856
857
858
859
860
861
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 856

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