stopGameSessionPlacement
inline suspend fun GameLiftClient.stopGameSessionPlacement(crossinline block: StopGameSessionPlacementRequest.Builder.() -> Unit): StopGameSessionPlacementResponse
Cancels a game session placement that is in PENDING
status. To stop a placement, provide the placement ID values. If successful, the placement is moved to CANCELLED
status.