Class: Aws::GameLiftStreams::Types::InternalServerException

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

Overview

The service encountered an internal error and is unable to complete the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error.

Returns:

  • (String)


3000
3001
3002
3003
3004
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 3000

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