Class: Aws::GameLift::Types::IdempotentParameterMismatchException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/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

#messageString

Returns:

  • (String)


5492
5493
5494
5495
5496
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5492

class IdempotentParameterMismatchException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end