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
8898 8899 8900 8901 8902 |
# File 'lib/aws-sdk-gamelift/types.rb', line 8898 class OutOfCapacityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |