Class: Aws::GameLift::Types::OutOfCapacityException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


8150
8151
8152
8153
8154
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8150

class OutOfCapacityException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end