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)


2256
2257
2258
2259
2260
# File 'lib/aws-sdk-gameliftstreams/types.rb', line 2256

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