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

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


6928
6929
6930
6931
6932
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6928

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