Class: Aws::GameLift::Types::FleetCapacityExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::FleetCapacityExceededException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
5674 5675 5676 5677 5678 |
# File 'lib/aws-sdk-gamelift/types.rb', line 5674 class FleetCapacityExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |