Class: Aws::GameLiftStreams::Types::StreamSessionAccessNotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLiftStreams::Types::StreamSessionAccessNotReadyException
- 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
-
#message ⇒ String
Description of the error.
Instance Attribute Details
#message ⇒ String
Description of the error.
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 |