Class: Aws::GameLift::Types::FleetCapacityExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

The specified fleet has no available instances to fulfill a CreateGameSession 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)


4276
4277
4278
4279
4280
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 4276

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