Class: Aws::GameLiftStreams::Types::StreamSessionAccessNotReadyException

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

Overview

The terminal connection to the stream session is not yet available. Wait before retrying the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error.

Returns:

  • (String)


3756
3757
3758
3759
3760
# File 'gems/aws-sdk-gameliftstreams/lib/aws-sdk-gameliftstreams/types.rb', line 3756

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