Class InvalidGameSessionStatusException

All Implemented Interfaces:
Serializable

public class InvalidGameSessionStatusException extends AmazonServiceException

The requested operation would cause a conflict with the current state of a resource associated with the request and/or the game instance. Such requests should not be retried by clients without resolving the conflict.

See Also:
  • Constructor Details

    • InvalidGameSessionStatusException

      public InvalidGameSessionStatusException(String message)
      Constructs a new InvalidGameSessionStatusException with the specified error message.
      Parameters:
      message - Describes the error encountered.