Class: Aws::GameLift::Types::InvalidGameSessionStatusException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/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 game instance. Resolve the conflict before retrying.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5737
5738
5739
5740
5741
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 5737

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