Class: Aws::GameLift::Types::GameSessionFullException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::GameSessionFullException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
The game instance is currently full and cannot allow the requested player(s) to join. Clients can retry such requests immediately or after a waiting period.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6708 6709 6710 6711 6712 |
# File 'lib/aws-sdk-gamelift/types.rb', line 6708 class GameSessionFullException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |