Class: Aws::GameLift::Types::InternalServiceException

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

Overview

The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests immediately or after a waiting period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7035
7036
7037
7038
7039
# File 'lib/aws-sdk-gamelift/types.rb', line 7035

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