Class: Aws::GameLift::Types::InvalidFleetStatusException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::InvalidFleetStatusException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
The requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Resolve the conflict before retrying.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7477 7478 7479 7480 7481 |
# File 'lib/aws-sdk-gamelift/types.rb', line 7477 class InvalidFleetStatusException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |