Class: Aws::GameLift::Types::OutOfCapacityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::OutOfCapacityException
- Defined in:
- gems/aws-sdk-gamelift/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
9027 9028 9029 9030 9031 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9027 class OutOfCapacityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |