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
      6280 6281 6282 6283 6284  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 6280 class GameSessionFullException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |