Class: Aws::GameLift::Types::IdempotentParameterMismatchException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::IdempotentParameterMismatchException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
A game session with this custom ID string already exists in this fleet. Resolve this conflict before retrying this request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      6806 6807 6808 6809 6810  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 6806 class IdempotentParameterMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |