Class: Aws::GameLift::Types::OutOfCapacityException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::OutOfCapacityException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
The specified game server group has no available game servers to fulfill a ‘ClaimGameServer` request. Clients can retry such requests immediately or after a waiting period.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      8259 8260 8261 8262 8263  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 8259 class OutOfCapacityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |