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

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


7233
7234
7235
7236
7237
# File 'lib/aws-sdk-gamelift/types.rb', line 7233

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