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
      7050 7051 7052 7053 7054  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 7050 class InvalidFleetStatusException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |