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)


6713
6714
6715
6716
6717
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6713

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