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
5581 5582 5583 5584 5585 |
# File 'lib/aws-sdk-gamelift/types.rb', line 5581 class FleetCapacityExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |